aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-06-23 13:36:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-06-23 13:36:34 +0000
commit4de9f399d61a51aa7df502d3e31b3495116e86fd (patch)
treef823a9343c571795ea17a00ed9420afa816aa097 /demos
parent03dfc9a4c1a707f555bfe3263def770a2c7b7c2b (diff)
downloadChibiOS-4de9f399d61a51aa7df502d3e31b3495116e86fd.tar.gz
ChibiOS-4de9f399d61a51aa7df502d3e31b3495116e86fd.tar.bz2
ChibiOS-4de9f399d61a51aa7df502d3e31b3495116e86fd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9655 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/XMC/RT-XMC1100-XMC_2GO/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/XMC/RT-XMC1100-XMC_2GO/Makefile b/demos/XMC/RT-XMC1100-XMC_2GO/Makefile
index aee362f1e..50808b6d5 100644
--- a/demos/XMC/RT-XMC1100-XMC_2GO/Makefile
+++ b/demos/XMC/RT-XMC1100-XMC_2GO/Makefile
@@ -24,8 +24,10 @@ ifeq ($(USE_LINK_GC),)
endif
# Linker extra options here.
+# NOTE: On XMC1100 the following symbols are mapped on the words CLK_VAL1 and
+# CLK_VAL2.
ifeq ($(USE_LDOPT),)
- USE_LDOPT =
+ USE_LDOPT = --defsym=MemManage_Handler=0xFFFFFFFF,--defsym=BusFault_Handler=0xFFFFFFFF
endif
# Enable this if you want link time optimizations (LTO)