mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
standard keypad inteface and apps/examples/keypadtest from Denis Carikli
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -40,9 +40,8 @@ CONFIGURED_APPS += nshlib
|
|||||||
|
|
||||||
|
|
||||||
# Path to example in apps/examples
|
# Path to example in apps/examples
|
||||||
#CONFIGURED_APPS += examples/hello #fails not finding hello_main despite of good config
|
|
||||||
CONFIGURED_APPS += system/poweroff
|
CONFIGURED_APPS += system/poweroff
|
||||||
CONFIGURED_APPS += examples/ostest
|
CONFIGURED_APPS += examples/keypadtest
|
||||||
CONFIGURED_APPS += examples/nxtext
|
CONFIGURED_APPS += examples/nxtext
|
||||||
CONFIGURED_APPS += examples/nxhello
|
CONFIGURED_APPS += examples/nxhello
|
||||||
CONFIGURED_APPS += examples/nxlines
|
CONFIGURED_APPS += examples/nxlines
|
||||||
|
|||||||
@@ -245,6 +245,7 @@ CONFIG_EXAMPLES_NETTEST_CLIENTIP=0x0a000001
|
|||||||
# Settings for examples/nsh
|
# Settings for examples/nsh
|
||||||
CONFIG_NSH_CONSOLE=y
|
CONFIG_NSH_CONSOLE=y
|
||||||
CONFIG_NSH_TELNET=n
|
CONFIG_NSH_TELNET=n
|
||||||
|
CONFIG_NSH_DISABLE_HEXDUMP=n
|
||||||
CONFIG_NSH_IOBUFFER_SIZE=512
|
CONFIG_NSH_IOBUFFER_SIZE=512
|
||||||
CONFIG_NSH_CMD_SIZE=40
|
CONFIG_NSH_CMD_SIZE=40
|
||||||
CONFIG_NSH_STACKSIZE=4096
|
CONFIG_NSH_STACKSIZE=4096
|
||||||
|
|||||||
Reference in New Issue
Block a user