summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-17 07:32:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-17 07:32:55 -0600
commitbab172c8baa89ceaf0e14a1882d310177567f118 (patch)
tree08fb45c1ba1a6652deeabbe195fd8c90f5c2d907 /nuttx/configs/sama5d3x-ek
parentb9fd394c9655312d0cd7e610594100693e22781c (diff)
downloadpx4-nuttx-bab172c8baa89ceaf0e14a1882d310177567f118.tar.gz
px4-nuttx-bab172c8baa89ceaf0e14a1882d310177567f118.tar.bz2
px4-nuttx-bab172c8baa89ceaf0e14a1882d310177567f118.zip
Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK/hello defconfig
Diffstat (limited to 'nuttx/configs/sama5d3x-ek')
-rw-r--r--nuttx/configs/sama5d3x-ek/hello/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/sama5d3x-ek/hello/defconfig b/nuttx/configs/sama5d3x-ek/hello/defconfig
index e7fb4ebdc..5b8fe2bdb 100644
--- a/nuttx/configs/sama5d3x-ek/hello/defconfig
+++ b/nuttx/configs/sama5d3x-ek/hello/defconfig
@@ -326,6 +326,9 @@ CONFIG_PREALLOC_TIMERS=4
#
# Tasks and Scheduling
#
+# CONFIG_INIT_NONE is not set
+CONFIG_INIT_ENTRYPOINT=y
+# CONFIG_INIT_FILEPATH is not set
CONFIG_USER_ENTRYPOINT="hello_main"
CONFIG_RR_INTERVAL=200
CONFIG_TASK_NAME_SIZE=0