summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 19:47:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 19:47:06 +0000
commit3831c92f094ef1e0f59d0bc8c11a7119f8835a7a (patch)
treed17d74b865c60640b39079776a24c11e010b4149 /nuttx/configs/micropendous3
parentcfed92be8b2d93060baa14d7527dfd4e20e02962 (diff)
downloadpx4-nuttx-3831c92f094ef1e0f59d0bc8c11a7119f8835a7a.tar.gz
px4-nuttx-3831c92f094ef1e0f59d0bc8c11a7119f8835a7a.tar.bz2
px4-nuttx-3831c92f094ef1e0f59d0bc8c11a7119f8835a7a.zip
Need to control watchdog timer on AT90USB
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3706 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3')
-rw-r--r--nuttx/configs/micropendous3/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/configs/micropendous3/README.txt b/nuttx/configs/micropendous3/README.txt
index 9c1d76f8d..beb335282 100644
--- a/nuttx/configs/micropendous3/README.txt
+++ b/nuttx/configs/micropendous3/README.txt
@@ -473,6 +473,20 @@ Micropendous3 Configuration Options
CONFIG_AVR_ANACOMP=n
CONFIG_AVR_ADC=n
CONFIG_AVR_TWI=n
+
+ 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
AT90USB specific device driver settings