aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-22 13:11:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-22 13:11:19 +0000
commit2c47e89a8866359d30c916cdb3a6ff12368ecf3f (patch)
treeeaef070277186fa3fcc8c232f62608aa8cb50224 /demos/SPC5
parent48c9246114e3e7e9b2687dd4e95ce6c03dec8949 (diff)
downloadChibiOS-2c47e89a8866359d30c916cdb3a6ff12368ecf3f.tar.gz
ChibiOS-2c47e89a8866359d30c916cdb3a6ff12368ecf3f.tar.bz2
ChibiOS-2c47e89a8866359d30c916cdb3a6ff12368ecf3f.zip
More GHS changes, demo not working yet, probably interrupts-related.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10682 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
index a97fb9049..8f04d6d26 100644
--- a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
+++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -gnu99 -G -Ospeed -Onounroll
+ USE_OPT = -gnu99 -G -dual_debug -Ospeed -Onounroll
endif
# C specific options here (added to USE_OPT).