From: bernie Date: Sun, 27 Nov 2005 03:04:57 +0000 (+0000) Subject: CONFIG_WATCHDOG: New config option. X-Git-Tag: 1.0.0~792 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=91ead190ba55d43ead6182f12a118f5666a752a5;hp=2039edbef30cfdf57f9b8b50d622ce3f8be03d8e;p=bertos.git CONFIG_WATCHDOG: New config option. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@449 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/appconfig.h b/appconfig.h index 1462ce62..15c984ff 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2005/11/27 03:04:57 bernie + *#* CONFIG_WATCHDOG: New config option. + *#* *#* Revision 1.1 2005/11/04 17:42:12 bernie *#* Move cfg/config.h to appconfig.h. *#* @@ -146,8 +149,12 @@ //! Hardware timer selection for drv/timer.c #define CONFIG_TIMER TIMER_ON_OUTPUT_COMPARE2 +//! Debug timer interrupt using a strobe pin. #define CONFIG_TIMER_STROBE 0 +//! Enable watchdog timer. +#define CONFIG_WATCHDOG 1 + //! EEPROM type for drv/eeprom.c #define CONFIG_EEPROM_TYPE EEPROM_24XX256