summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f4discovery/nsh/appconfig')
-rw-r--r--nuttx/configs/stm32f4discovery/nsh/appconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/stm32f4discovery/nsh/appconfig b/nuttx/configs/stm32f4discovery/nsh/appconfig
index c6532241e..097948c87 100644
--- a/nuttx/configs/stm32f4discovery/nsh/appconfig
+++ b/nuttx/configs/stm32f4discovery/nsh/appconfig
@@ -61,3 +61,7 @@ ifeq ($(CONFIG_CDCACM),y)
CONFIGURED_APPS += examples/cdcacm
endif
endif
+
+ifeq ($(CONFIG_WATCHDOG),y)
+CONFIGURED_APPS += examples/watchdog
+endif