summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-09 10:57:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-09 10:57:56 -0600
commitd52b29aa0159a9600d16c8265271fb9ac1a62e31 (patch)
tree220546fae7131d1d67d1f7a4fea55bbc9f261e0d /nuttx/configs/lpcxpresso-lpc1768
parent307ee2fd92188588e3092be6f391f98d8aa12fe9 (diff)
downloadnuttx-d52b29aa0159a9600d16c8265271fb9ac1a62e31.tar.gz
nuttx-d52b29aa0159a9600d16c8265271fb9ac1a62e31.tar.bz2
nuttx-d52b29aa0159a9600d16c8265271fb9ac1a62e31.zip
configs/*/defconfig: Increase the number of pre-allocated watchdogs in configurations that use networking or USB
Diffstat (limited to 'nuttx/configs/lpcxpresso-lpc1768')
-rw-r--r--nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig2
-rw-r--r--nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
index 63baae4b7..47e5fc77c 100644
--- a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
@@ -321,7 +321,7 @@ CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_MQ_MAXMSGSIZE=32
CONFIG_MAX_WDOGPARMS=2
-CONFIG_PREALLOC_WDOGS=4
+CONFIG_PREALLOC_WDOGS=8
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig b/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig
index da37ea7ed..3f3eadc11 100644
--- a/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig
@@ -318,7 +318,7 @@ CONFIG_NAME_MAX=32
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_MQ_MAXMSGSIZE=32
CONFIG_MAX_WDOGPARMS=2
-CONFIG_PREALLOC_WDOGS=4
+CONFIG_PREALLOC_WDOGS=8
CONFIG_PREALLOC_TIMERS=4
#