summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 20:43:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 20:43:32 +0000
commit6883da2c97ffc7f3ee0d96d3f977fb7c1ecd1c9c (patch)
tree4531f9dbd086b423486fd28773e8fe84519ecc13 /nuttx/configs
parent3831c92f094ef1e0f59d0bc8c11a7119f8835a7a (diff)
downloadpx4-nuttx-6883da2c97ffc7f3ee0d96d3f977fb7c1ecd1c9c.tar.gz
px4-nuttx-6883da2c97ffc7f3ee0d96d3f977fb7c1ecd1c9c.tar.bz2
px4-nuttx-6883da2c97ffc7f3ee0d96d3f977fb7c1ecd1c9c.zip
AVR: Need to use rjmp, not jmp, in vector table
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3707 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/amber/README.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/nuttx/configs/amber/README.txt b/nuttx/configs/amber/README.txt
index 4b85a27bb..391f3e593 100644
--- a/nuttx/configs/amber/README.txt
+++ b/nuttx/configs/amber/README.txt
@@ -446,6 +446,7 @@ Amber Web Server Configuration Options
CONFIG_AVR_INT5=n
CONFIG_AVR_INT6=n
CONFIG_AVR_INT7=n
+ CONFIG_AVR_WDT=n
CONFIG_AVR_TIMER0=n
CONFIG_AVR_TIMER1=n
CONFIG_AVR_TIMER2=n
@@ -457,7 +458,21 @@ Amber Web Server Configuration Options
CONFIG_AVR_ANACOMP=n
CONFIG_AVR_TWI=n
- ATMEGA specific device driver settings
+ If the watchdog is enabled, this specifies the initial timeout. Default
+ is maximum supported value.
+
+ CONFIG_WDTO_15MS
+ CONFIG_WDTO_30MS
+ CONFIG_WDTO_60MS
+ CONFIG_WDTO_120MS
+ CONFIG_WDTO_1250MS
+ CONFIG_WDTO_500MS
+ CONFIG_WDTO_1S
+ CONFIG_WDTO_2S
+ CONFIG_WDTO_4S
+ CONFIG_WDTO_8S
+
+ ATMEGA specific device driver settings
CONFIG_USARTn_SERIAL_CONSOLE - selects the USARTn for the
console and ttys0 (default is the USART0).