From 97aec5202649d84fb92278a5ff5c2a6e53adecb6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 16 Apr 2012 22:43:40 +0000 Subject: Add watchdog timer configuration info to all STM32 configurations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4621 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3240g-eval/nsh/appconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/configs/stm3240g-eval/nsh') diff --git a/nuttx/configs/stm3240g-eval/nsh/appconfig b/nuttx/configs/stm3240g-eval/nsh/appconfig index 77bf3e938..ac587d8a2 100644 --- a/nuttx/configs/stm3240g-eval/nsh/appconfig +++ b/nuttx/configs/stm3240g-eval/nsh/appconfig @@ -76,6 +76,10 @@ ifeq ($(CONFIG_I2C),y) CONFIGURED_APPS += system/i2c endif +ifeq ($(CONFIG_WATCHDOG),y) +CONFIGURED_APPS += examples/watchdog +endif + # Uncomment examples/ftpc to include the FTP client example # Uncomment examples/ftpd to include the FTP daemon example -- cgit v1.2.3