summaryrefslogtreecommitdiff
path: root/platforms/chibios/GENERIC_STM32_G474XE/board
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-02-06 11:27:46 +1100
committerGitHub <noreply@github.com>2021-02-06 11:27:46 +1100
commit620a946d01477b64ee2f719141aa35400c0188c6 (patch)
tree77808f4f1a79d1ec0df13088400954df81ef7396 /platforms/chibios/GENERIC_STM32_G474XE/board
parentc1b2e87e894c08b5d6bdd85b9e47c885fd447370 (diff)
Add STM32G431 and STM32G474 board definitions. (#11793)
* Add STM32G431 and STM32G474 board definitions. * Add docs.
Diffstat (limited to 'platforms/chibios/GENERIC_STM32_G474XE/board')
-rw-r--r--platforms/chibios/GENERIC_STM32_G474XE/board/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/chibios/GENERIC_STM32_G474XE/board/board.mk b/platforms/chibios/GENERIC_STM32_G474XE/board/board.mk
new file mode 100644
index 0000000000..957adf509b
--- /dev/null
+++ b/platforms/chibios/GENERIC_STM32_G474XE/board/board.mk
@@ -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)