Fixed Bug #945.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12006 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
f2dfa96fda
commit
7fa58c176d
|
@ -1,8 +1,8 @@
|
|||
# List of all the board related files.
|
||||
BOARDSRC = $(CHIBIOS)/os/hal/boards/MIKROE_CLICKER_2_FOR_STM32/board.c
|
||||
BOARDSRC = $(CHIBIOS)/os/hal/boards/MIKROE_CLICKER2_STM32/board.c
|
||||
|
||||
# Required include directories
|
||||
BOARDINC = $(CHIBIOS)/os/hal/boards/MIKROE_CLICKER_2_FOR_STM32
|
||||
BOARDINC = $(CHIBIOS)/os/hal/boards/MIKROE_CLICKER2_STM32
|
||||
|
||||
# Shared variables
|
||||
ALLCSRC += $(BOARDSRC)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<hal_version>5.0.x</hal_version>
|
||||
</configuration_settings>
|
||||
<board_name>Mikroe Clicker 2 for STM32</board_name>
|
||||
<board_id>MIKROE_CLICKER_2_FOR_STM32</board_id>
|
||||
<board_id>MIKROE_CLICKER2_STM32</board_id>
|
||||
<board_functions></board_functions>
|
||||
<subtype>STM32F407xx</subtype>
|
||||
<clocks
|
||||
|
|
|
@ -120,6 +120,8 @@
|
|||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||
- HAL: Fixed Mikroe clicker 2 misaligned board file (bug #945)
|
||||
(backported to 18.2.2 and 17.6.5).
|
||||
- EX: Fixed ChibiOS/EX documentation misalignments (bug #943).
|
||||
- HAL: Fixed invalid settings in STM32F769I-Discovery board files (bug #942)
|
||||
(backported to 18.2.1 and 17.6.5).
|
||||
|
|
Loading…
Reference in New Issue