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 /boards | |
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 'boards')
-rw-r--r-- | boards/ST_EVB_SPC560BC/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC560P/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC563M/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC564A/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC56EL/board.mk | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/boards/ST_EVB_SPC560BC/board.mk b/boards/ST_EVB_SPC560BC/board.mk index 8021c4510..92aadc984 100644 --- a/boards/ST_EVB_SPC560BC/board.mk +++ b/boards/ST_EVB_SPC560BC/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC560BC/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC560BC/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC560BC
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC560BC
diff --git a/boards/ST_EVB_SPC560P/board.mk b/boards/ST_EVB_SPC560P/board.mk index 3eba54437..01d5f533b 100644 --- a/boards/ST_EVB_SPC560P/board.mk +++ b/boards/ST_EVB_SPC560P/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC560P/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC560P/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC560P
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC560P
diff --git a/boards/ST_EVB_SPC563M/board.mk b/boards/ST_EVB_SPC563M/board.mk index f48dbe7af..63b4368ec 100644 --- a/boards/ST_EVB_SPC563M/board.mk +++ b/boards/ST_EVB_SPC563M/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC563M/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC563M/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC563M
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC563M
diff --git a/boards/ST_EVB_SPC564A/board.mk b/boards/ST_EVB_SPC564A/board.mk index 392a9f076..1dc4a1117 100644 --- a/boards/ST_EVB_SPC564A/board.mk +++ b/boards/ST_EVB_SPC564A/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC564A/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC564A/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC564A
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC564A
diff --git a/boards/ST_EVB_SPC56EL/board.mk b/boards/ST_EVB_SPC56EL/board.mk index 2d4706daa..8e5c03bce 100644 --- a/boards/ST_EVB_SPC56EL/board.mk +++ b/boards/ST_EVB_SPC56EL/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC56EL/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC56EL/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC56EL
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC56EL
|