aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-28 16:06:56 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-28 16:06:56 +0000
commit07e5222a418853f4a9c4eede819afd1da4fa386f (patch)
treed57d866e590029f590543adf137fffaeb234ab84 /nuttx/configs/vsn
parent52bf8b3bf1f8d89cc551d520e909bc8355c2fae4 (diff)
downloadpx4-firmware-07e5222a418853f4a9c4eede819afd1da4fa386f.tar.gz
px4-firmware-07e5222a418853f4a9c4eede819afd1da4fa386f.tar.bz2
px4-firmware-07e5222a418853f4a9c4eede819afd1da4fa386f.zip
NX console updates
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4534 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/vsn')
-rwxr-xr-xnuttx/configs/vsn/nsh/appconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/nuttx/configs/vsn/nsh/appconfig b/nuttx/configs/vsn/nsh/appconfig
index ab296219f..a07059079 100755
--- a/nuttx/configs/vsn/nsh/appconfig
+++ b/nuttx/configs/vsn/nsh/appconfig
@@ -46,18 +46,12 @@
# Path to example in apps/examples containing the user_start entry point
CONFIGURED_APPS += examples/nsh
-# Invoke the following application after NuttX starts
-#CONFIG_BUILTIN_APP_START="hello"
-
# Application Libraries
CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
# Individual selection of built-in applications:
-# Hello world provide a simple skeleton/demo application
-CONFIGURED_APPS += vsn/hello
-
# Provide poweroff command to switch off the board
CONFIGURED_APPS += vsn/poweroff
@@ -79,5 +73,3 @@ CONFIGURED_APPS += system/free
# Provide FLASH program installation support
CONFIGURED_APPS += system/install
-
-