1
0
Fork 0

Add STM32G431 and STM32G474 board definitions. (#11793)

* Add STM32G431 and STM32G474 board definitions.

* Add docs.
This commit is contained in:
Nick Brassel 2021-02-06 11:27:46 +11:00 committed by GitHub
parent c1b2e87e89
commit 620a946d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 826 additions and 2 deletions

View file

@ -0,0 +1,9 @@
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G431RB/board.c
# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G431RB
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)