aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-03-10 14:22:12 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-03-10 14:22:12 +0000
commit16e06c3edf4cc6ab10e59616a7fb3e59a751fb48 (patch)
treed6a4a2641ba577b142dd185d343a323dd732843e /demos/SPC5
parentd22817da04c462ea289ee52a055594f0eebad80d (diff)
downloadChibiOS-16e06c3edf4cc6ab10e59616a7fb3e59a751fb48.tar.gz
ChibiOS-16e06c3edf4cc6ab10e59616a7fb3e59a751fb48.tar.bz2
ChibiOS-16e06c3edf4cc6ab10e59616a7fb3e59a751fb48.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10122 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/NIL-SPC560D-EVB/Makefile7
-rw-r--r--demos/SPC5/RT-SPC560B-EVB/Makefile7
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/.cproject4
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/Makefile7
-rw-r--r--demos/SPC5/RT-SPC560P-EVB/Makefile7
-rw-r--r--demos/SPC5/RT-SPC563M-EVB/Makefile7
-rw-r--r--demos/SPC5/RT-SPC564A-EVB/Makefile7
-rw-r--r--demos/SPC5/RT-SPC56EC-EVB/Makefile7
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/Makefile7
9 files changed, 33 insertions, 27 deletions
diff --git a/demos/SPC5/NIL-SPC560D-EVB/Makefile b/demos/SPC5/NIL-SPC560D-EVB/Makefile
index d0b8ac03f..b2cb5f740 100644
--- a/demos/SPC5/NIL-SPC560D-EVB/Makefile
+++ b/demos/SPC5/NIL-SPC560D-EVB/Makefile
@@ -129,11 +129,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
diff --git a/demos/SPC5/RT-SPC560B-EVB/Makefile b/demos/SPC5/RT-SPC560B-EVB/Makefile
index 7dacac4df..1dcec9b2d 100644
--- a/demos/SPC5/RT-SPC560B-EVB/Makefile
+++ b/demos/SPC5/RT-SPC560B-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
diff --git a/demos/SPC5/RT-SPC560D-EVB/.cproject b/demos/SPC5/RT-SPC560D-EVB/.cproject
index 03d4fd009..f74af61c9 100644
--- a/demos/SPC5/RT-SPC560D-EVB/.cproject
+++ b/demos/SPC5/RT-SPC560D-EVB/.cproject
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?>
-
-<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
+<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="0.665946016">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="0.665946016" moduleId="org.eclipse.cdt.core.settings" name="Default">
diff --git a/demos/SPC5/RT-SPC560D-EVB/Makefile b/demos/SPC5/RT-SPC560D-EVB/Makefile
index f8079a253..17d0108ff 100644
--- a/demos/SPC5/RT-SPC560D-EVB/Makefile
+++ b/demos/SPC5/RT-SPC560D-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
diff --git a/demos/SPC5/RT-SPC560P-EVB/Makefile b/demos/SPC5/RT-SPC560P-EVB/Makefile
index cf5a358be..9a847de2e 100644
--- a/demos/SPC5/RT-SPC560P-EVB/Makefile
+++ b/demos/SPC5/RT-SPC560P-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z0 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
diff --git a/demos/SPC5/RT-SPC563M-EVB/Makefile b/demos/SPC5/RT-SPC563M-EVB/Makefile
index ac52f61f5..7ec8501fd 100644
--- a/demos/SPC5/RT-SPC563M-EVB/Makefile
+++ b/demos/SPC5/RT-SPC563M-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z3 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
diff --git a/demos/SPC5/RT-SPC564A-EVB/Makefile b/demos/SPC5/RT-SPC564A-EVB/Makefile
index 8ad7d5df3..114bd8d87 100644
--- a/demos/SPC5/RT-SPC564A-EVB/Makefile
+++ b/demos/SPC5/RT-SPC564A-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z4 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile b/demos/SPC5/RT-SPC56EC-EVB/Makefile
index 965773bd9..1cfe85049 100644
--- a/demos/SPC5/RT-SPC56EC-EVB/Makefile
+++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z4 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
diff --git a/demos/SPC5/RT-SPC56EL-EVB/Makefile b/demos/SPC5/RT-SPC56EL-EVB/Makefile
index dbaca89ca..9ae00d026 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/Makefile
+++ b/demos/SPC5/RT-SPC56EL-EVB/Makefile
@@ -133,11 +133,12 @@ INCDIR = $(CHIBIOS)/os/license \
# Compiler settings
#
-#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames
-MCU = e200z0 -meabi -msdata=none -mregnames
+#MCU = e200zx -meabi -msdata=none -mnew-mnemonics -mregnames # HighTec
+MCU = e200z4 -meabi -msdata=none -mregnames # Free GCC
#TRGT = ppc-vle-
-TRGT = powerpc-eabivle-
+#TRGT = powerpc-eabivle-
+TRGT = ppc-freevle-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.