summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/nxwm/defconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 17:56:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 17:56:36 -0600
commit2ce31dc734c5095ccdc07033afb3c59af7b406f6 (patch)
tree448df92da069a0391940c1e926e1952465bf566a /nuttx/configs/sama5d4-ek/nxwm/defconfig
parent1504e95a7d8e8182ace6189c5d173da2a306d601 (diff)
downloadpx4-nuttx-2ce31dc734c5095ccdc07033afb3c59af7b406f6.tar.gz
px4-nuttx-2ce31dc734c5095ccdc07033afb3c59af7b406f6.tar.bz2
px4-nuttx-2ce31dc734c5095ccdc07033afb3c59af7b406f6.zip
SAMA5D4-EK NxWM Configuration: Increase number of preallocated watchdogs and don't save child status (it is not being reaped)
Diffstat (limited to 'nuttx/configs/sama5d4-ek/nxwm/defconfig')
-rw-r--r--nuttx/configs/sama5d4-ek/nxwm/defconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/configs/sama5d4-ek/nxwm/defconfig b/nuttx/configs/sama5d4-ek/nxwm/defconfig
index b643f2f0c..b1fcb1368 100644
--- a/nuttx/configs/sama5d4-ek/nxwm/defconfig
+++ b/nuttx/configs/sama5d4-ek/nxwm/defconfig
@@ -431,7 +431,7 @@ CONFIG_MSEC_PER_TICK=10
# CONFIG_CLOCK_MONOTONIC is not set
# CONFIG_JULIAN_TIME is not set
CONFIG_MAX_WDOGPARMS=2
-CONFIG_PREALLOC_WDOGS=16
+CONFIG_PREALLOC_WDOGS=32
CONFIG_PREALLOC_TIMERS=4
#
@@ -443,8 +443,7 @@ CONFIG_TASK_NAME_SIZE=32
CONFIG_MAX_TASK_ARGS=4
CONFIG_MAX_TASKS=16
CONFIG_SCHED_HAVE_PARENT=y
-CONFIG_SCHED_CHILD_STATUS=y
-CONFIG_PREALLOC_CHILDSTATUS=4
+# CONFIG_SCHED_CHILD_STATUS is not set
CONFIG_SCHED_WAITPID=y
#