mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Move VSN apps to apps/vsn
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3397 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -54,19 +54,19 @@ CONFIGURED_APPS += nshlib=.built_always
|
|||||||
# Individual selection of built-in applications:
|
# Individual selection of built-in applications:
|
||||||
|
|
||||||
# Hello world provide a simple skeleton/demo application
|
# 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
|
# Provide poweroff command to switch off the board
|
||||||
CONFIGURED_APPS += poweroff=.built_always
|
CONFIGURED_APPS += vsn/poweroff=.built_always
|
||||||
|
|
||||||
# Provide SDcard tool
|
# Provide SDcard tool
|
||||||
CONFIGURED_APPS += sdcard=.built_always
|
CONFIGURED_APPS += vsn/sdcard=.built_always
|
||||||
|
|
||||||
# Provide RAMTRON tool
|
# Provide RAMTRON tool
|
||||||
CONFIGURED_APPS += ramtron=.built_always
|
CONFIGURED_APPS += vsn/ramtron=.built_always
|
||||||
|
|
||||||
# Provide UNIX style free
|
# Provide UNIX style free
|
||||||
CONFIGURED_APPS += free=.built_always
|
CONFIGURED_APPS += vsn/free=.built_always
|
||||||
|
|
||||||
# Provide JAVA Virtual Machine (the Darjeeling JVM)
|
# Provide JAVA Virtual Machine (the Darjeeling JVM)
|
||||||
#CONFIGURED_APPS += jvm=.built_always
|
#CONFIGURED_APPS += vsn/jvm=.built_always
|
||||||
|
|||||||
Reference in New Issue
Block a user