Adds support for STM32L412xB, STM32L422xB. (#13383)
* Adds support for STM32L412xB, STM32L422xB. * Add to list of supported MCUs. * Disable SPI1 by default.
This commit is contained in:
parent
8596504361
commit
8bb231aa1c
11 changed files with 467 additions and 3 deletions
9
platforms/chibios/GENERIC_STM32_L412XB/board/board.mk
Normal file
9
platforms/chibios/GENERIC_STM32_L412XB/board/board.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# List of all the board related files.
|
||||
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO32_L432KC/board.c
|
||||
|
||||
# Required include directories
|
||||
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO32_L432KC
|
||||
|
||||
# Shared variables
|
||||
ALLCSRC += $(BOARDSRC)
|
||||
ALLINC += $(BOARDINC)
|
||||
Loading…
Add table
Add a link
Reference in a new issue