aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-04 12:39:38 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-04 12:39:38 +0000
commita82ad63d7809bb374473d214e8b6fe534b58e0e7 (patch)
tree19392d6043d56f7f9596c90110ffff12596bc20e /testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h
parent520d59b94e189df3f63672ed2eb50df7068ecedf (diff)
downloadChibiOS-a82ad63d7809bb374473d214e8b6fe534b58e0e7.tar.gz
ChibiOS-a82ad63d7809bb374473d214e8b6fe534b58e0e7.tar.bz2
ChibiOS-a82ad63d7809bb374473d214e8b6fe534b58e0e7.zip
Mass update of mcuconf.h, added WDG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8565 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h b/testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h
index 15db71d2b..0c2967da9 100644
--- a/testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h
+++ b/testhal/STM32/STM32F7xx/IRQ_STORM/mcuconf.h
@@ -373,4 +373,9 @@
#define STM32_USB_OTG_THREAD_STACK_SIZE 128
#define STM32_USB_OTGFIFO_FILL_BASEPRI 0
+/*
+ * WDG driver system settings.
+ */
+#define STM32_WDG_USE_IWDG FALSE
+
#endif /* _MCUCONF_H_ */