summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-04 12:26:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-04 12:26:48 +0000
commitb51648943a5b39ca0aa39b0ffbb48fc70f6597ef (patch)
treeb01c975fc3b23b8afd6582a78a970fb49dd2ae4e /nuttx/configs/avr32dev1/ostest/defconfig
parentdfb71b78826f39c903325b675d6293f43348a2ed (diff)
downloadpx4-nuttx-b51648943a5b39ca0aa39b0ffbb48fc70f6597ef.tar.gz
px4-nuttx-b51648943a5b39ca0aa39b0ffbb48fc70f6597ef.tar.bz2
px4-nuttx-b51648943a5b39ca0aa39b0ffbb48fc70f6597ef.zip
Cloned AVR32 code now compiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2965 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/avr32dev1/ostest/defconfig')
-rwxr-xr-xnuttx/configs/avr32dev1/ostest/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/avr32dev1/ostest/defconfig b/nuttx/configs/avr32dev1/ostest/defconfig
index bf6fa61ff..9f2b9ec5b 100755
--- a/nuttx/configs/avr32dev1/ostest/defconfig
+++ b/nuttx/configs/avr32dev1/ostest/defconfig
@@ -371,6 +371,8 @@ CONFIG_ARCH_KFREE=n
# CONFIG_MQ_MAXMSGSIZE - Message structures are allocated with
# a fixed payload size given by this settin (does not include
# other message structure overhead.
+# CONFIG_MAX_WDOGPARMS - Maximum number of parameters that
+# can be passed to a watchdog handler
# CONFIG_PREALLOC_WDOGS - The number of pre-allocated watchdog
# structures. The system manages a pool of preallocated
# watchdog structures to minimize dynamic allocations
@@ -389,6 +391,7 @@ CONFIG_STDIO_BUFFER_SIZE=256
CONFIG_NUNGET_CHARS=2
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_MQ_MAXMSGSIZE=32
+CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=4
CONFIG_PREALLOC_TIMERS=4