aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GCC
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/compilers/GCC')
-rw-r--r--os/common/startup/e200/compilers/GCC/crt0.S (renamed from os/common/startup/e200/compilers/GCC/crt0.s)0
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/vectors.S (renamed from os/common/startup/e200/compilers/GCC/vectors.s)0
10 files changed, 24 insertions, 24 deletions
diff --git a/os/common/startup/e200/compilers/GCC/crt0.s b/os/common/startup/e200/compilers/GCC/crt0.S
index 007b55d3b..007b55d3b 100644
--- a/os/common/startup/e200/compilers/GCC/crt0.s
+++ b/os/common/startup/e200/compilers/GCC/crt0.S
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
index 6ca606b50..260625db1 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z0 SPC560BCxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560BCxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560BCxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC560BCxx
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk
index 56a4a9813..5cda5f242 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z0 SPC560Bxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Bxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Bxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC560Bxx
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
index 0c5574013..04fd2adf1 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z0 SPC560Dxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Dxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Dxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC560Dxx
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
index fee580672..17e958dd0 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z0 SPC560Pxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Pxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Pxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC560Pxx
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk
index 61f786043..436ba43a6 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z3 SPC563Mxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC563Mxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC563Mxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC563Mxx
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk
index 976ae6dd1..af46dd0fa 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z4 SPC564Axx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC564Axx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC564Axx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC564Axx
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
index e08bfd6de..369e601da 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z4 SPC56ECxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ECxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ECxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC56ECxx
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk
index 8eae8535a..5dfce2179 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk
@@ -1,9 +1,9 @@
# List of the ChibiOS e200z4 SPC56ELxx startup files.
STARTUPSRC =
-STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ELxx/boot.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \
- $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s
+STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ELxx/boot.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
${CHIBIOS}/os/common/startup/e200/devices/SPC56ELxx
diff --git a/os/common/startup/e200/compilers/GCC/vectors.s b/os/common/startup/e200/compilers/GCC/vectors.S
index 22e10b170..22e10b170 100644
--- a/os/common/startup/e200/compilers/GCC/vectors.s
+++ b/os/common/startup/e200/compilers/GCC/vectors.S