summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
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/olimex-lpc1766stk
parent479b1584c723680b7ad98d7ebaa52a9f222d0783 (diff)
downloadpx4-nuttx-0ff5f99be5aa5e93138df7921694003598ccb4ce.tar.gz
px4-nuttx-0ff5f99be5aa5e93138df7921694003598ccb4ce.tar.bz2
px4-nuttx-0ff5f99be5aa5e93138df7921694003598ccb4ce.zip
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/ftpc/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nettest/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nsh/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/nx/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/thttpd/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/usbserial/defconfig1
-rw-r--r--nuttx/configs/olimex-lpc1766stk/zmodem/defconfig1
11 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig b/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig
index bb34464d6..04b4ce6ea 100644
--- a/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/ftpc/defconfig
@@ -291,6 +291,7 @@ CONFIG_START_MONTH=6
CONFIG_START_DAY=2
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=8
#
diff --git a/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig b/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
index 41ad8a730..db26028aa 100644
--- a/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
@@ -298,6 +298,7 @@ CONFIG_START_MONTH=11
CONFIG_START_DAY=10
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
index d78b27d81..c8afe70cf 100644
--- a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
@@ -300,6 +300,7 @@ CONFIG_START_MONTH=12
CONFIG_START_DAY=30
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/olimex-lpc1766stk/nettest/defconfig b/nuttx/configs/olimex-lpc1766stk/nettest/defconfig
index eefa3dfbc..5b7e1e0c2 100644
--- a/nuttx/configs/olimex-lpc1766stk/nettest/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nettest/defconfig
@@ -289,6 +289,7 @@ CONFIG_START_MONTH=11
CONFIG_START_DAY=10
CONFIG_MAX_WDOGPARMS=4
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=8
#
diff --git a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
index ca9bbd713..330040d53 100644
--- a/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nsh/defconfig
@@ -292,6 +292,7 @@ CONFIG_START_MONTH=12
CONFIG_START_DAY=30
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/olimex-lpc1766stk/nx/defconfig b/nuttx/configs/olimex-lpc1766stk/nx/defconfig
index 46a004f73..2269ecf68 100644
--- a/nuttx/configs/olimex-lpc1766stk/nx/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nx/defconfig
@@ -286,6 +286,7 @@ CONFIG_START_MONTH=12
CONFIG_START_DAY=5
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=4
+CONFIG_WDOG_INTRESERVE=0
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig b/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig
index 2fc563969..e74efaa5f 100644
--- a/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig
@@ -280,6 +280,7 @@ CONFIG_START_MONTH=11
CONFIG_START_DAY=23
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=8
#
diff --git a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig
index 9ad871a6e..a3f76d216 100644
--- a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig
@@ -289,6 +289,7 @@ CONFIG_START_MONTH=11
CONFIG_START_DAY=23
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=8
#
diff --git a/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig b/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig
index 03c6cb4d1..4fe78a1dc 100644
--- a/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/usbmsc/defconfig
@@ -289,6 +289,7 @@ CONFIG_START_MONTH=11
CONFIG_START_DAY=10
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/olimex-lpc1766stk/usbserial/defconfig b/nuttx/configs/olimex-lpc1766stk/usbserial/defconfig
index 42ebac034..55e11506e 100644
--- a/nuttx/configs/olimex-lpc1766stk/usbserial/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/usbserial/defconfig
@@ -289,6 +289,7 @@ CONFIG_START_MONTH=11
CONFIG_START_DAY=10
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#
diff --git a/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig b/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig
index d2c382f6e..345bc4037 100644
--- a/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/zmodem/defconfig
@@ -293,6 +293,7 @@ CONFIG_START_MONTH=12
CONFIG_START_DAY=30
CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8
+CONFIG_WDOG_INTRESERVE=1
CONFIG_PREALLOC_TIMERS=4
#