diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-13 13:40:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-13 13:40:29 +0000 |
commit | 608c48ed3268bd93b5279f0c945ce127c90e8f95 (patch) | |
tree | 7915ac25bd3119d40a700e70545c661fe9f04fc2 /demos | |
parent | 3a123c7c991d3a9bfa1af8716212ed2959de01f9 (diff) | |
download | ChibiOS-608c48ed3268bd93b5279f0c945ce127c90e8f95.tar.gz ChibiOS-608c48ed3268bd93b5279f0c945ce127c90e8f95.tar.bz2 ChibiOS-608c48ed3268bd93b5279f0c945ce127c90e8f95.zip |
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
Diffstat (limited to 'demos')
-rw-r--r-- | demos/PPC-SPC560B-GCC/.project | 2 | ||||
-rw-r--r-- | demos/PPC-SPC560B-GCC/Makefile | 2 | ||||
-rw-r--r-- | demos/PPC-SPC560P-GCC/.project | 2 | ||||
-rw-r--r-- | demos/PPC-SPC560P-GCC/Makefile | 2 | ||||
-rw-r--r-- | demos/PPC-SPC563M-GCC/.project | 2 | ||||
-rw-r--r-- | demos/PPC-SPC563M-GCC/Makefile | 2 | ||||
-rw-r--r-- | demos/PPC-SPC564A-GCC/Makefile | 2 | ||||
-rw-r--r-- | demos/PPC-SPC56EL-GCC/.cproject | 1 | ||||
-rw-r--r-- | demos/PPC-SPC56EL-GCC/.project | 2 | ||||
-rw-r--r-- | demos/PPC-SPC56EL-GCC/Makefile | 2 |
10 files changed, 10 insertions, 9 deletions
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 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/boards/GENERIC_SPC560BC</locationURI>
+ <locationURI>CHIBIOS/boards/ST_EVB_SPC560BC</locationURI>
</link>
<link>
<name>os</name>
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 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/boards/GENERIC_SPC560P</locationURI>
+ <locationURI>CHIBIOS/boards/ST_EVB_SPC560P</locationURI>
</link>
<link>
<name>os</name>
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 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/boards/GENERIC_SPC563M</locationURI>
+ <locationURI>CHIBIOS/boards/ST_EVB_SPC563M</locationURI>
</link>
<link>
<name>os</name>
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 @@ </scannerConfigBuildInfo>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
+ <storageModule moduleId="refreshScope"/>
</cproject>
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 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/boards/GENERIC_SPC56EL</locationURI>
+ <locationURI>CHIBIOS/boards/ST_EVB_SPC56EL</locationURI>
</link>
<link>
<name>os</name>
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
|