summaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/nsh_highram
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-01 15:43:51 +0000
commit6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d (patch)
treeb28cf2392fcc9fa29eda9258e521b732ff912c2f /nuttx/configs/compal_e99/nsh_highram
parenta4792fbbd0f941bf00288b08a42d7359fe432239 (diff)
downloadpx4-nuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.tar.gz
px4-nuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.tar.bz2
px4-nuttx-6339d12dc255bd1f49b08cdfe4adfd277a6b3e7d.zip
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
Diffstat (limited to 'nuttx/configs/compal_e99/nsh_highram')
-rw-r--r--nuttx/configs/compal_e99/nsh_highram/appconfig3
-rw-r--r--nuttx/configs/compal_e99/nsh_highram/defconfig1
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/compal_e99/nsh_highram/appconfig b/nuttx/configs/compal_e99/nsh_highram/appconfig
index db5e61236..dfe0be587 100644
--- a/nuttx/configs/compal_e99/nsh_highram/appconfig
+++ b/nuttx/configs/compal_e99/nsh_highram/appconfig
@@ -40,9 +40,8 @@ CONFIGURED_APPS += nshlib
# 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 += examples/ostest
+CONFIGURED_APPS += examples/keypadtest
CONFIGURED_APPS += examples/nxtext
CONFIGURED_APPS += examples/nxhello
CONFIGURED_APPS += examples/nxlines
diff --git a/nuttx/configs/compal_e99/nsh_highram/defconfig b/nuttx/configs/compal_e99/nsh_highram/defconfig
index 1f4d54a1c..1d405874e 100644
--- a/nuttx/configs/compal_e99/nsh_highram/defconfig
+++ b/nuttx/configs/compal_e99/nsh_highram/defconfig
@@ -245,6 +245,7 @@ CONFIG_EXAMPLES_NETTEST_CLIENTIP=0x0a000001
# Settings for examples/nsh
CONFIG_NSH_CONSOLE=y
CONFIG_NSH_TELNET=n
+CONFIG_NSH_DISABLE_HEXDUMP=n
CONFIG_NSH_IOBUFFER_SIZE=512
CONFIG_NSH_CMD_SIZE=40
CONFIG_NSH_STACKSIZE=4096