summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/sim/nx11/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-30 20:13:50 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-30 20:13:50 +0000
commit2848bbca144ff4b01906c7f6290c653800904b42 (patch)
treef770414832eeecb35adb70404b31d147afad7235 /nuttx/configs/sim/nx11/defconfig
parent98d0ef6c36fb33301c697552a73e8f3d400a0c20 (diff)
Add configurable application entry point
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5070 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/sim/nx11/defconfig')
-rw-r--r--nuttx/configs/sim/nx11/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/sim/nx11/defconfig b/nuttx/configs/sim/nx11/defconfig
index 0bc9dc1f35..58146ce18e 100644
--- a/nuttx/configs/sim/nx11/defconfig
+++ b/nuttx/configs/sim/nx11/defconfig
@@ -58,6 +58,7 @@ CONFIG_SIM_TOUCHSCREEN=n
#
# General OS setup
#
+CONFIG_USER_ENTRYPOINT="nx_main"
CONFIG_DEBUG=y
CONFIG_DEBUG_VERBOSE=y
CONFIG_DEBUG_SYMBOLS=n