aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-09-02 14:09:26 -0700
committerpx4dev <px4@purgatory.org>2012-09-02 14:09:26 -0700
commit49addf76637091d80e83c19bc75fa80354c44439 (patch)
tree3c97080c9b848a34c05ee323958fbd659fde92bf /nuttx
parent6576edb47e9d0e032a89f01d9fb071871d53b553 (diff)
downloadpx4-firmware-49addf76637091d80e83c19bc75fa80354c44439.tar.gz
px4-firmware-49addf76637091d80e83c19bc75fa80354c44439.tar.bz2
px4-firmware-49addf76637091d80e83c19bc75fa80354c44439.zip
Config updates to match recent NuttX merge
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig1
-rwxr-xr-xnuttx/configs/px4io/io/defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index b991a68c0..89322daf9 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -510,6 +510,7 @@ CONFIG_HAVE_LIBM=y
# CONFIG_SCHED_WAITPID - Enable the waitpid() API
# CONFIG_SCHED_ATEXIT - Enabled the atexit() API
#
+CONFIG_USER_ENTRYPOINT="nsh_main"
#CONFIG_APPS_DIR=
CONFIG_DEBUG=y
CONFIG_DEBUG_VERBOSE=y
diff --git a/nuttx/configs/px4io/io/defconfig b/nuttx/configs/px4io/io/defconfig
index d710f398d..eea430a46 100755
--- a/nuttx/configs/px4io/io/defconfig
+++ b/nuttx/configs/px4io/io/defconfig
@@ -323,6 +323,7 @@ CONFIG_HAVE_LIBM=n
# CONFIG_SCHED_WAITPID - Enable the waitpid() API
# CONFIG_SCHED_ATEXIT - Enabled the atexit() API
#
+CONFIG_USER_ENTRYPOINT="user_start"
#CONFIG_APPS_DIR=
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n