diff options
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.h | 6 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/board.mk | 4 | ||||
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.h b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h index bb4823e47..2a4df0a1e 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZG/board.h +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.h @@ -18,14 +18,14 @@ #define _BOARD_H_
/*
- * Setup for STMicroelectronics NUCLEO144-F746ZE board.
+ * Setup for STMicroelectronics NUCLEO144-F746ZG board.
*/
/*
* Board identifier.
*/
-#define BOARD_ST_NUCLEO144_F746ZE
-#define BOARD_NAME "STMicroelectronics NUCLEO144-F746ZE"
+#define BOARD_ST_NUCLEO144_F746ZG
+#define BOARD_NAME "STMicroelectronics NUCLEO144-F746ZG"
/*
* Ethernet PHY type.
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk b/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk index 23bcdee37..8ce523f48 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
+BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZG
+BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG
diff --git a/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg index 826a6ca8a..39fb65759 100644 --- a/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg @@ -8,8 +8,8 @@ <output_path>..</output_path>
<hal_version>3.0.x</hal_version>
</configuration_settings>
- <board_name>STMicroelectronics NUCLEO144-F746ZE</board_name>
- <board_id>ST_NUCLEO144_F746ZE</board_id>
+ <board_name>STMicroelectronics NUCLEO144-F746ZG</board_name>
+ <board_id>ST_NUCLEO144_F746ZG</board_id>
<board_functions></board_functions>
<headers></headers>
<ethernet_phy>
|