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

This commit is contained in:
Giovanni Di Sirio 2015-11-15 15:22:31 +00:00
parent 9896e5a254
commit fb43fe6b84
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
/* /*
* Board identifier. * Board identifier.
*/ */
#define BOARD_ST_EVALKIT_ST7580 #define BOARD_ST_EVALKIT_ST7580_1
#define BOARD_NAME "STMicroelectronics EVALKITST7580_1" #define BOARD_NAME "STMicroelectronics EVALKITST7580_1"
/* /*
@ -40,7 +40,7 @@
/* /*
* MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h. * MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h.
*/ */
#define STM32F10X_MD #define STM32F103xB
/* /*
* IO pins assignments. * IO pins assignments.

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_EVALKITST7580_1/board.c BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_EVALKITST7580_1/board.c
# Required include directories # Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVALKITST7580_1 BOARDINC = $(CHIBIOS)/os/hal/boards/ST_EVALKITST7580_1