diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-16 23:23:19 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-16 23:23:19 +0000 |
commit | 77ede6b3556577dd20a8420bec9d259180029d2d (patch) | |
tree | 86a6e55d686a00887e8a674554655b50afbcc35c /os/hal | |
parent | 9216c1c138927267c400494afc4488ed0cb842bc (diff) | |
download | ChibiOS-77ede6b3556577dd20a8420bec9d259180029d2d.tar.gz ChibiOS-77ede6b3556577dd20a8420bec9d259180029d2d.tar.bz2 ChibiOS-77ede6b3556577dd20a8420bec9d259180029d2d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9298 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-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>
|