From 608c48ed3268bd93b5279f0c945ce127c90e8f95 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 13 Mar 2013 13:40:29 +0000 Subject: Renamed paths to ST EVB boards in all projects. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5426 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/PPC-SPC560B-GCC/.project | 2 +- demos/PPC-SPC560B-GCC/Makefile | 2 +- demos/PPC-SPC560P-GCC/.project | 2 +- demos/PPC-SPC560P-GCC/Makefile | 2 +- demos/PPC-SPC563M-GCC/.project | 2 +- demos/PPC-SPC563M-GCC/Makefile | 2 +- demos/PPC-SPC564A-GCC/Makefile | 2 +- demos/PPC-SPC56EL-GCC/.cproject | 1 + demos/PPC-SPC56EL-GCC/.project | 2 +- demos/PPC-SPC56EL-GCC/Makefile | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) (limited to 'demos') diff --git a/demos/PPC-SPC560B-GCC/.project b/demos/PPC-SPC560B-GCC/.project index 117228290..4b773c630 100644 --- a/demos/PPC-SPC560B-GCC/.project +++ b/demos/PPC-SPC560B-GCC/.project @@ -27,7 +27,7 @@ board 2 - CHIBIOS/boards/GENERIC_SPC560BC + CHIBIOS/boards/ST_EVB_SPC560BC os diff --git a/demos/PPC-SPC560B-GCC/Makefile b/demos/PPC-SPC560B-GCC/Makefile index e51e064f1..67a818a04 100644 --- a/demos/PPC-SPC560B-GCC/Makefile +++ b/demos/PPC-SPC560B-GCC/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files CHIBIOS = ../.. -include $(CHIBIOS)/boards/GENERIC_SPC560BC/board.mk +include $(CHIBIOS)/boards/ST_EVB_SPC560BC/board.mk include $(CHIBIOS)/os/hal/platforms/SPC560BCxx/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/PPC/SPC560BCxx/port.mk diff --git a/demos/PPC-SPC560P-GCC/.project b/demos/PPC-SPC560P-GCC/.project index bfb6550ac..8f550f87d 100644 --- a/demos/PPC-SPC560P-GCC/.project +++ b/demos/PPC-SPC560P-GCC/.project @@ -27,7 +27,7 @@ board 2 - CHIBIOS/boards/GENERIC_SPC560P + CHIBIOS/boards/ST_EVB_SPC560P os diff --git a/demos/PPC-SPC560P-GCC/Makefile b/demos/PPC-SPC560P-GCC/Makefile index 66d880da3..2f567c047 100644 --- a/demos/PPC-SPC560P-GCC/Makefile +++ b/demos/PPC-SPC560P-GCC/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files CHIBIOS = ../.. -include $(CHIBIOS)/boards/GENERIC_SPC560P/board.mk +include $(CHIBIOS)/boards/ST_EVB_SPC560P/board.mk include $(CHIBIOS)/os/hal/platforms/SPC560Pxx/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/PPC/SPC560Pxx/port.mk diff --git a/demos/PPC-SPC563M-GCC/.project b/demos/PPC-SPC563M-GCC/.project index 562a9ec5e..28c9b4382 100644 --- a/demos/PPC-SPC563M-GCC/.project +++ b/demos/PPC-SPC563M-GCC/.project @@ -27,7 +27,7 @@ board 2 - CHIBIOS/boards/GENERIC_SPC563M + CHIBIOS/boards/ST_EVB_SPC563M os diff --git a/demos/PPC-SPC563M-GCC/Makefile b/demos/PPC-SPC563M-GCC/Makefile index ac86cf7cc..cb7e7760d 100644 --- a/demos/PPC-SPC563M-GCC/Makefile +++ b/demos/PPC-SPC563M-GCC/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files CHIBIOS = ../.. -include $(CHIBIOS)/boards/GENERIC_SPC563M/board.mk +include $(CHIBIOS)/boards/ST_EVB_SPC563M/board.mk include $(CHIBIOS)/os/hal/platforms/SPC563Mxx/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/PPC/SPC563Mxx/port.mk diff --git a/demos/PPC-SPC564A-GCC/Makefile b/demos/PPC-SPC564A-GCC/Makefile index cb04f6c2f..9ae094063 100644 --- a/demos/PPC-SPC564A-GCC/Makefile +++ b/demos/PPC-SPC564A-GCC/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files CHIBIOS = ../.. -include $(CHIBIOS)/boards/GENERIC_SPC564A/board.mk +include $(CHIBIOS)/boards/ST_EVB_SPC564A/board.mk include $(CHIBIOS)/os/hal/platforms/SPC564Axx/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/PPC/SPC564Axx/port.mk diff --git a/demos/PPC-SPC56EL-GCC/.cproject b/demos/PPC-SPC56EL-GCC/.cproject index c50ef16a0..ac5bc86e0 100644 --- a/demos/PPC-SPC56EL-GCC/.cproject +++ b/demos/PPC-SPC56EL-GCC/.cproject @@ -48,4 +48,5 @@ + diff --git a/demos/PPC-SPC56EL-GCC/.project b/demos/PPC-SPC56EL-GCC/.project index 67220475f..d8776f952 100644 --- a/demos/PPC-SPC56EL-GCC/.project +++ b/demos/PPC-SPC56EL-GCC/.project @@ -27,7 +27,7 @@ board 2 - CHIBIOS/boards/GENERIC_SPC56EL + CHIBIOS/boards/ST_EVB_SPC56EL os diff --git a/demos/PPC-SPC56EL-GCC/Makefile b/demos/PPC-SPC56EL-GCC/Makefile index 2860f13bc..913d339d6 100644 --- a/demos/PPC-SPC56EL-GCC/Makefile +++ b/demos/PPC-SPC56EL-GCC/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files CHIBIOS = ../.. -include $(CHIBIOS)/boards/GENERIC_SPC56EL/board.mk +include $(CHIBIOS)/boards/ST_EVB_SPC56EL/board.mk include $(CHIBIOS)/os/hal/platforms/SPC56ELxx/platform.mk include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/ports/GCC/PPC/SPC56ELxx/port.mk -- cgit v1.2.3