git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9298 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Rocco Marco Guglielmi 2016-04-16 23:23:19 +00:00
parent 9216c1c138
commit 77ede6b355
3 changed files with 7 additions and 7 deletions

View File

@ -18,14 +18,14 @@
#define _BOARD_H_ #define _BOARD_H_
/* /*
* Setup for STMicroelectronics NUCLEO144-F746ZE board. * Setup for STMicroelectronics NUCLEO144-F746ZG board.
*/ */
/* /*
* Board identifier. * Board identifier.
*/ */
#define BOARD_ST_NUCLEO144_F746ZE #define BOARD_ST_NUCLEO144_F746ZG
#define BOARD_NAME "STMicroelectronics NUCLEO144-F746ZE" #define BOARD_NAME "STMicroelectronics NUCLEO144-F746ZG"
/* /*
* Ethernet PHY type. * Ethernet PHY type.

View File

@ -1,5 +1,5 @@
# List of all the board related files. # 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 # Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO144_F746ZG BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG

View File

@ -8,8 +8,8 @@
<output_path>..</output_path> <output_path>..</output_path>
<hal_version>3.0.x</hal_version> <hal_version>3.0.x</hal_version>
</configuration_settings> </configuration_settings>
<board_name>STMicroelectronics NUCLEO144-F746ZE</board_name> <board_name>STMicroelectronics NUCLEO144-F746ZG</board_name>
<board_id>ST_NUCLEO144_F746ZE</board_id> <board_id>ST_NUCLEO144_F746ZG</board_id>
<board_functions></board_functions> <board_functions></board_functions>
<headers></headers> <headers></headers>
<ethernet_phy> <ethernet_phy>