summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/nsh2/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 22:22:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-18 22:22:02 +0000
commit5008a83d14dd96fd953cd698c5d4a2780a77cea9 (patch)
treee7d2fc2d61de30088b1fa463d85574c22e72882f /nuttx/configs/stm3210e-eval/nsh2/appconfig
parent924c65c554d83fe6f12bc55a9ce6d4ab62597b94 (diff)
downloadpx4-nuttx-5008a83d14dd96fd953cd698c5d4a2780a77cea9.tar.gz
px4-nuttx-5008a83d14dd96fd953cd698c5d4a2780a77cea9.tar.bz2
px4-nuttx-5008a83d14dd96fd953cd698c5d4a2780a77cea9.zip
Add apps/examples/nxhello -- a VERY simple graphics example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3797 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/nsh2/appconfig')
-rw-r--r--nuttx/configs/stm3210e-eval/nsh2/appconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/nsh2/appconfig b/nuttx/configs/stm3210e-eval/nsh2/appconfig
index 62724fb96..d3fe4cc28 100644
--- a/nuttx/configs/stm3210e-eval/nsh2/appconfig
+++ b/nuttx/configs/stm3210e-eval/nsh2/appconfig
@@ -41,8 +41,9 @@ CONFIGURED_APPS += examples/nsh
CONFIGURED_APPS += nshlib
-# The NX example configured as an NX built-in command
+# The NX and NXHELLO examples configured as an NX built-in commands
CONFIGURED_APPS += examples/nx
+CONFIGURED_APPS += examples/nxhello