aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-03 13:11:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-03 13:11:07 +0000
commit942a0696ce850ba8ae0044c9b3a783790cf5ba12 (patch)
tree12647d25b236ddd8e1183c47b6b7a6f8a11b201b /demos/STM32
parent15e182dd827a48ab6f5f040f052ac201a915f2bc (diff)
downloadChibiOS-942a0696ce850ba8ae0044c9b3a783790cf5ba12.tar.gz
ChibiOS-942a0696ce850ba8ae0044c9b3a783790cf5ba12.tar.bz2
ChibiOS-942a0696ce850ba8ae0044c9b3a783790cf5ba12.zip
STM32F7 working... almost.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8151 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h
index 7d9906294..0077dbe65 100644
--- a/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h
+++ b/demos/STM32/RT-STM32F746G-DISCOVERY/chconf.h
@@ -494,6 +494,8 @@
/* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define CORTEX_VTOR_INIT 0x08000000U
+
#endif /* _CHCONF_H_ */
/** @} */