diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZE/board.mk | 5 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.c (renamed from os/hal/boards/ST_NUCLEO144_F746ZE/board.c) | 0 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.h (renamed from os/hal/boards/ST_NUCLEO144_F746ZE/board.h) | 0 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.mk | 5 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg (renamed from os/hal/boards/ST_NUCLEO144_F746ZE/cfg/board.chcfg) | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/board.mk b/os/hal/boards/ST_NUCLEO144_F746ZE/board.mk deleted file mode 100644 index 2f46f2c8c..000000000 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/board.mk +++ /dev/null @@ -1,5 +0,0 @@ -# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZE/board.c
-
-# Required include directories
-BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZE
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/board.c b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c index 89e8c2319..89e8c2319 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/board.c +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.c diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/board.h b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h index bb4823e47..bb4823e47 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/board.h +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk b/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk new file mode 100644 index 000000000..23bcdee37 --- /dev/null +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
+
+# Required include directories
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZG
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZE/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg index 826a6ca8a..826a6ca8a 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZE/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg |