From 77ede6b3556577dd20a8420bec9d259180029d2d Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 16 Apr 2016 23:23:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9298 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_NUCLEO144_F746ZG/board.h | 6 +++--- os/hal/boards/ST_NUCLEO144_F746ZG/board.mk | 4 ++-- os/hal/boards/ST_NUCLEO144_F746ZG/cfg/board.chcfg | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'os') 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 @@ .. 3.0.x - STMicroelectronics NUCLEO144-F746ZE - ST_NUCLEO144_F746ZE + STMicroelectronics NUCLEO144-F746ZG + ST_NUCLEO144_F746ZG -- cgit v1.2.3