aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-29 08:20:40 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-29 08:20:40 +0000
commit5404d1ee8da67275b467d0ec4ce4ca9da8b98f27 (patch)
treeded331e9c20286a78e820d2c206836a183c84183 /testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h
parent75d80cabde7e031b5929fa5e7b9b65da8446222a (diff)
downloadChibiOS-5404d1ee8da67275b467d0ec4ce4ca9da8b98f27.tar.gz
ChibiOS-5404d1ee8da67275b467d0ec4ce4ca9da8b98f27.tar.bz2
ChibiOS-5404d1ee8da67275b467d0ec4ce4ca9da8b98f27.zip
IRQ Storm for STM32F7.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8548 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h')
-rw-r--r--testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h b/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h
index 7d9906294..fe1c8d375 100644
--- a/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h
+++ b/testhal/STM32/STM32F7xx/IRQ_STORM/chconf.h
@@ -494,6 +494,8 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define CORTEX_VTOR_INIT 0x00200000U
+
#endif /* _CHCONF_H_ */
/** @} */