summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 22:43:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 22:43:40 +0000
commit97aec5202649d84fb92278a5ff5c2a6e53adecb6 (patch)
tree3f20817f21972b182fa7b010960c91a92055aeac /nuttx/configs/stm3240g-eval/nsh
parent50fd22f735ecb1b113ca08eafd8edd838b0f8572 (diff)
downloadpx4-nuttx-97aec5202649d84fb92278a5ff5c2a6e53adecb6.tar.gz
px4-nuttx-97aec5202649d84fb92278a5ff5c2a6e53adecb6.tar.bz2
px4-nuttx-97aec5202649d84fb92278a5ff5c2a6e53adecb6.zip
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
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nsh')
-rw-r--r--nuttx/configs/stm3240g-eval/nsh/appconfig4
1 files changed, 4 insertions, 0 deletions
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