Add STM32G431 and STM32G474 board definitions. (#11793)
* Add STM32G431 and STM32G474 board definitions. * Add docs.
This commit is contained in:
parent
c1b2e87e89
commit
620a946d01
11 changed files with 826 additions and 2 deletions
9
platforms/chibios/GENERIC_STM32_G474XE/board/board.mk
Normal file
9
platforms/chibios/GENERIC_STM32_G474XE/board/board.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# List of all the board related files.
|
||||
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G474RE/board.c
|
||||
|
||||
# Required include directories
|
||||
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G474RE
|
||||
|
||||
# Shared variables
|
||||
ALLCSRC += $(BOARDSRC)
|
||||
ALLINC += $(BOARDINC)
|
Loading…
Add table
Add a link
Reference in a new issue