From 3a2a39e5ecd43756b5df5e382bd02d9f41061c78 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 25 Sep 2021 00:19:41 +0100 Subject: Initial pass of F405 support (#14584) * Initial pass of F405 support * remove some conf files * docs * clang --- platforms/chibios/boards/GENERIC_STM32_F405XG/board/board.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 platforms/chibios/boards/GENERIC_STM32_F405XG/board/board.mk (limited to 'platforms/chibios/boards/GENERIC_STM32_F405XG/board') diff --git a/platforms/chibios/boards/GENERIC_STM32_F405XG/board/board.mk b/platforms/chibios/boards/GENERIC_STM32_F405XG/board/board.mk new file mode 100644 index 0000000000..6c837bb8ee --- /dev/null +++ b/platforms/chibios/boards/GENERIC_STM32_F405XG/board/board.mk @@ -0,0 +1,9 @@ +# List of all the board related files. +BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.c + +# Required include directories +BOARDINC = $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY + +# Shared variables +ALLCSRC += $(BOARDSRC) +ALLINC += $(BOARDINC) \ No newline at end of file -- cgit v1.2.3