CONFIG_WATCHDOG: New config option.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Nov 2005 03:04:57 +0000 (03:04 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Nov 2005 03:04:57 +0000 (03:04 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@449 38d2e660-2303-0410-9eaa-f027e97ec537

appconfig.h

index 1462ce6297c84e2864f869da9f6760ce20b52f9a..15c984ff5cb455127fc7041939629c8501fa1438 100755 (executable)
@@ -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.
  *#*
 //! 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