summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-03 06:55:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-03 06:55:06 -0600
commit0ff5f99be5aa5e93138df7921694003598ccb4ce (patch)
treeb7a58c8c3646b374acb820c139705774cd19d3f3 /nuttx/configs/stm3220g-eval
parent479b1584c723680b7ad98d7ebaa52a9f222d0783 (diff)
downloadnuttx-0ff5f99be5aa5e93138df7921694003598ccb4ce.tar.gz
nuttx-0ff5f99be5aa5e93138df7921694003598ccb4ce.tar.bz2
nuttx-0ff5f99be5aa5e93138df7921694003598ccb4ce.zip
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
Diffstat (limited to 'nuttx/configs/stm3220g-eval')
-rw-r--r--nuttx/configs/stm3220g-eval/dhcpd/defconfig1
-rw-r--r--nuttx/configs/stm3220g-eval/nettest/defconfig1
-rw-r--r--nuttx/configs/stm3220g-eval/nsh/defconfig1
-rw-r--r--nuttx/configs/stm3220g-eval/nsh2/defconfig1
-rw-r--r--nuttx/configs/stm3220g-eval/nxwm/defconfig1
-rw-r--r--nuttx/configs/stm3220g-eval/telnetd/defconfig1
6 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/stm3220g-eval/dhcpd/defconfig b/nuttx/configs/stm3220g-eval/dhcpd/defconfig
index 60ce45043..8b21a2359 100644
--- a/nuttx/configs/stm3220g-eval/dhcpd/defconfig
+++ b/nuttx/configs/stm3220g-eval/dhcpd/defconfig
@@ -438,6 +438,7 @@ CONFIG_PREALLOC_MQ_MSGS=0
CONFIG_MQ_MAXMSGSIZE=0
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=8
#
diff --git a/nuttx/configs/stm3220g-eval/nettest/defconfig b/nuttx/configs/stm3220g-eval/nettest/defconfig
index 276fba382..427ac61d4 100644
--- a/nuttx/configs/stm3220g-eval/nettest/defconfig
+++ b/nuttx/configs/stm3220g-eval/nettest/defconfig
@@ -438,6 +438,7 @@ CONFIG_PREALLOC_MQ_MSGS=0
CONFIG_MQ_MAXMSGSIZE=0
CONFIG_MAX_WDOGPARMS=4
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=8
#
diff --git a/nuttx/configs/stm3220g-eval/nsh/defconfig b/nuttx/configs/stm3220g-eval/nsh/defconfig
index 0ba9afaa1..8d800419c 100644
--- a/nuttx/configs/stm3220g-eval/nsh/defconfig
+++ b/nuttx/configs/stm3220g-eval/nsh/defconfig
@@ -443,6 +443,7 @@ CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_MQ_MAXMSGSIZE=32
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/stm3220g-eval/nsh2/defconfig b/nuttx/configs/stm3220g-eval/nsh2/defconfig
index 540fef72c..80a6692c3 100644
--- a/nuttx/configs/stm3220g-eval/nsh2/defconfig
+++ b/nuttx/configs/stm3220g-eval/nsh2/defconfig
@@ -452,6 +452,7 @@ CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_MQ_MAXMSGSIZE=32
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=16
+CONFIG_WDOG_INTRESERVE=2
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/stm3220g-eval/nxwm/defconfig b/nuttx/configs/stm3220g-eval/nxwm/defconfig
index 0e1c566d4..c48715089 100644
--- a/nuttx/configs/stm3220g-eval/nxwm/defconfig
+++ b/nuttx/configs/stm3220g-eval/nxwm/defconfig
@@ -458,6 +458,7 @@ CONFIG_PREALLOC_MQ_MSGS=32
CONFIG_MQ_MAXMSGSIZE=48
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/stm3220g-eval/telnetd/defconfig b/nuttx/configs/stm3220g-eval/telnetd/defconfig
index ebf7dc987..a2168ac20 100644
--- a/nuttx/configs/stm3220g-eval/telnetd/defconfig
+++ b/nuttx/configs/stm3220g-eval/telnetd/defconfig
@@ -438,6 +438,7 @@ CONFIG_PREALLOC_MQ_MSGS=0
CONFIG_MQ_MAXMSGSIZE=0
CONFIG_MAX_WDOGPARMS=4
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=8
#