aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32F3xx/platform.mk')
-rw-r--r--os/hal/platforms/STM32F3xx/platform.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F3xx/platform.mk b/os/hal/platforms/STM32F3xx/platform.mk
new file mode 100644
index 000000000..77418721a
--- /dev/null
+++ b/os/hal/platforms/STM32F3xx/platform.mk
@@ -0,0 +1,9 @@
+# List of all the STM32F3xx platform files.
+PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/hal_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c
+
+# Required include directories
+PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F3xx \
+ ${CHIBIOS}/os/hal/platforms/STM32 \
+ ${CHIBIOS}/os/hal/platforms/STM32/GPIOv2