aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/nsh/appconfig')
-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
-
-