aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-14 15:23:54 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-09-14 15:23:54 +0000
commit857d2a770b39162c43604bfc1cccf431d592ff9b (patch)
treee4b9f818b34d1c46da39d8c53e09a18435dcbb98 /nuttx
parentcc0c42dd3194dc1742369d7fd8aaa8ad65f1ae26 (diff)
downloadpx4-firmware-857d2a770b39162c43604bfc1cccf431d592ff9b.tar.gz
px4-firmware-857d2a770b39162c43604bfc1cccf431d592ff9b.tar.bz2
px4-firmware-857d2a770b39162c43604bfc1cccf431d592ff9b.zip
Update all unit tests to conform to recent naming convention changes in NuttX
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5151 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/sim/nxwm/defconfig2
-rw-r--r--nuttx/configs/stm3220g-eval/nxwm/defconfig2
-rw-r--r--nuttx/configs/stm3240g-eval/nxwm/defconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sim/nxwm/defconfig b/nuttx/configs/sim/nxwm/defconfig
index 4ce5a70c6..812233cbf 100644
--- a/nuttx/configs/sim/nxwm/defconfig
+++ b/nuttx/configs/sim/nxwm/defconfig
@@ -67,7 +67,7 @@ CONFIG_SIM_TOUCHSCREEN=n
#
# General OS setup
#
-CONFIG_USER_ENTRYPOINT="user_start"
+CONFIG_USER_ENTRYPOINT="nxwm_main"
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=y
diff --git a/nuttx/configs/stm3220g-eval/nxwm/defconfig b/nuttx/configs/stm3220g-eval/nxwm/defconfig
index 681f8c766..4ce770bf1 100644
--- a/nuttx/configs/stm3220g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3220g-eval/nxwm/defconfig
@@ -256,7 +256,7 @@ CONFIG_HAVE_LIBM=n
#
# General OS setup
#
-CONFIG_USER_ENTRYPOINT="user_start"
+CONFIG_USER_ENTRYPOINT="nxwm_main"
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
diff --git a/nuttx/configs/stm3240g-eval/nxwm/defconfig b/nuttx/configs/stm3240g-eval/nxwm/defconfig
index 8252f5371..2ace5113d 100644
--- a/nuttx/configs/stm3240g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3240g-eval/nxwm/defconfig
@@ -262,7 +262,7 @@ CONFIG_HAVE_LIBM=n
#
# General OS setup
#
-CONFIG_USER_ENTRYPOINT="user_start"
+CONFIG_USER_ENTRYPOINT="nxwm_main"
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n