mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
The default should be CONFIG_LIB_KBDCODEC=n
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -3859,4 +3859,6 @@
|
||||
Fix a counting bug plus change interface to use either relative
|
||||
or absolut FLASH addressing (from Freddie Chopin).
|
||||
* libc/misc/Make.defs: Fix error in conditional for KBD CODEC.
|
||||
* libc/Kconfig and configs/*/defconfig (several): The default
|
||||
setting should be CONFIG_LIB_KBDCODEC=n
|
||||
|
||||
|
||||
@@ -424,7 +424,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
|
||||
#
|
||||
# Non-standard Helper Functions
|
||||
#
|
||||
CONFIG_LIB_KBDCODEC=y
|
||||
# CONFIG_LIB_KBDCODEC is not set
|
||||
|
||||
#
|
||||
# Basic CXX Support
|
||||
|
||||
@@ -431,7 +431,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
|
||||
#
|
||||
# Non-standard Helper Functions
|
||||
#
|
||||
CONFIG_LIB_KBDCODEC=y
|
||||
# CONFIG_LIB_KBDCODEC is not set
|
||||
|
||||
#
|
||||
# Basic CXX Support
|
||||
|
||||
@@ -363,7 +363,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
|
||||
#
|
||||
# Non-standard Helper Functions
|
||||
#
|
||||
CONFIG_LIB_KBDCODEC=y
|
||||
# CONFIG_LIB_KBDCODEC is not set
|
||||
|
||||
#
|
||||
# Basic CXX Support
|
||||
|
||||
@@ -381,7 +381,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
|
||||
#
|
||||
# Non-standard Helper Functions
|
||||
#
|
||||
CONFIG_LIB_KBDCODEC=y
|
||||
# CONFIG_LIB_KBDCODEC is not set
|
||||
|
||||
#
|
||||
# Basic CXX Support
|
||||
|
||||
@@ -347,7 +347,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
|
||||
#
|
||||
# Non-standard Helper Functions
|
||||
#
|
||||
CONFIG_LIB_KBDCODEC=y
|
||||
# CONFIG_LIB_KBDCODEC is not set
|
||||
|
||||
#
|
||||
# Basic CXX Support
|
||||
|
||||
@@ -358,7 +358,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
|
||||
#
|
||||
# Non-standard Helper Functions
|
||||
#
|
||||
CONFIG_LIB_KBDCODEC=y
|
||||
# CONFIG_LIB_KBDCODEC is not set
|
||||
|
||||
#
|
||||
# Basic CXX Support
|
||||
|
||||
@@ -433,7 +433,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
|
||||
#
|
||||
# Non-standard Helper Functions
|
||||
#
|
||||
CONFIG_LIB_KBDCODEC=y
|
||||
# CONFIG_LIB_KBDCODEC is not set
|
||||
|
||||
#
|
||||
# Basic CXX Support
|
||||
|
||||
+1
-1
@@ -280,7 +280,7 @@ comment "Non-standard Helper Functions"
|
||||
|
||||
config LIB_KBDCODEC
|
||||
bool "Keyboard CODEC"
|
||||
default y
|
||||
default n
|
||||
---help---
|
||||
In NuttX, a keyboard/keypad driver is simply a character driver that
|
||||
may have an (optional) encoding/decoding layer on the data returned
|
||||
|
||||
Reference in New Issue
Block a user