From 25f797364246d6e579f7e695ee1016f3a3b186f1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 15 Jun 2011 19:47:06 +0000 Subject: [PATCH] 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 --- configs/micropendous3/README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configs/micropendous3/README.txt b/configs/micropendous3/README.txt index 9c1d76f8d9..beb3352829 100644 --- a/configs/micropendous3/README.txt +++ b/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