Add L432, L442. (#16016)

This commit is contained in:
Nick Brassel
2022-01-24 08:49:36 +11:00
committed by GitHub
parent 0f53e1333f
commit 77062e9a36
10 changed files with 358 additions and 2 deletions
@@ -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)