summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-19 15:02:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-19 15:02:01 +0000
commit4c0055e628afb43fa2b2919376ab96a82ede6af8 (patch)
tree828a641d8c7195ac3073ea3daa81755dbc322ef4 /nuttx/configs
parentbc284a1fde0acaadb4c88bee73f9a4d85323196b (diff)
downloadpx4-nuttx-4c0055e628afb43fa2b2919376ab96a82ede6af8.tar.gz
px4-nuttx-4c0055e628afb43fa2b2919376ab96a82ede6af8.tar.bz2
px4-nuttx-4c0055e628afb43fa2b2919376ab96a82ede6af8.zip
Move VSN apps to apps/vsn
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3397 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/vsn/nsh/appconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/vsn/nsh/appconfig b/nuttx/configs/vsn/nsh/appconfig
index 0d7fd27f4..3371dc21a 100755
--- a/nuttx/configs/vsn/nsh/appconfig
+++ b/nuttx/configs/vsn/nsh/appconfig
@@ -54,19 +54,19 @@ CONFIGURED_APPS += nshlib=.built_always
# Individual selection of built-in applications:
# Hello world provide a simple skeleton/demo application
-CONFIGURED_APPS += hello=.built_always
+CONFIGURED_APPS += vsn/hello=.built_always
# Provide poweroff command to switch off the board
-CONFIGURED_APPS += poweroff=.built_always
+CONFIGURED_APPS += vsn/poweroff=.built_always
# Provide SDcard tool
-CONFIGURED_APPS += sdcard=.built_always
+CONFIGURED_APPS += vsn/sdcard=.built_always
# Provide RAMTRON tool
-CONFIGURED_APPS += ramtron=.built_always
+CONFIGURED_APPS += vsn/ramtron=.built_always
# Provide UNIX style free
-CONFIGURED_APPS += free=.built_always
+CONFIGURED_APPS += vsn/free=.built_always
# Provide JAVA Virtual Machine (the Darjeeling JVM)
-#CONFIGURED_APPS += jvm=.built_always
+#CONFIGURED_APPS += vsn/jvm=.built_always