aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/PPC-SPC563-GCC/Makefile2
-rw-r--r--os/hal/platforms/SPC56x/platform.mk8
-rw-r--r--readme.txt2
3 files changed, 6 insertions, 6 deletions
diff --git a/demos/PPC-SPC563-GCC/Makefile b/demos/PPC-SPC563-GCC/Makefile
index 057de4ae0..6aaee3ea4 100644
--- a/demos/PPC-SPC563-GCC/Makefile
+++ b/demos/PPC-SPC563-GCC/Makefile
@@ -41,7 +41,7 @@ LDSCRIPT = ./ch.ld
# Imported source files
CHIBIOS = ../..
include $(CHIBIOS)/boards/GENERIC_SPC563/board.mk
-include $(CHIBIOS)/os/hal/platforms/SPC563/platform.mk
+include $(CHIBIOS)/os/hal/platforms/SPC56x/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
diff --git a/os/hal/platforms/SPC56x/platform.mk b/os/hal/platforms/SPC56x/platform.mk
index 2db26a684..6069e7dc6 100644
--- a/os/hal/platforms/SPC56x/platform.mk
+++ b/os/hal/platforms/SPC56x/platform.mk
@@ -1,6 +1,6 @@
-# List of all the SPC563 platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC563/hal_lld.c \
- ${CHIBIOS}/os/hal/platforms/SPC563/serial_lld.c
+# List of all the SPC56x platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/SPC56x/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/SPC56x/serial_lld.c
# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC563
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/SPC56x
diff --git a/readme.txt b/readme.txt
index f6ccf3808..cbfe25fbf 100644
--- a/readme.txt
+++ b/readme.txt
@@ -25,7 +25,7 @@
| | | +--AVR/ - Drivers for AVR platform.
| | | +--LPC214x/ - Drivers for LPC214x platform.
| | | +--MSP430/ - Drivers for MSP430 platform.
- | | | +--SPC563/ - Drivers for SPC563M/MPC563xM platforms.
+ | | | +--SPC56x/ - Drivers for SPC56x/MPC563xx platforms.
| | | +--STM32/ - Drivers for STM32 platform.
| | | +--Linux/ - Drivers for x86 Linux simulator platform.
| | | +--LPC214x/ - Drivers for x86 Win32 simulator platform.