aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorNicolas Reinecke <nr@das-labor.org>2016-04-27 23:48:36 +0200
committerNicolas Reinecke <nr@das-labor.org>2016-04-28 17:22:41 +0200
commit14dc50c95da6e16d56b5bc0a1c9750b38dcbf680 (patch)
treee68426cc86e66bc10dbee038abe8aa4ed14e89a2 /os
parent5c02f2370695ad93afda8fdeeea155fdc5e6493b (diff)
downloadChibiOS-Contrib-14dc50c95da6e16d56b5bc0a1c9750b38dcbf680.tar.gz
ChibiOS-Contrib-14dc50c95da6e16d56b5bc0a1c9750b38dcbf680.tar.bz2
ChibiOS-Contrib-14dc50c95da6e16d56b5bc0a1c9750b38dcbf680.zip
add stm32f1xx port
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/platform.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F1xx/platform.mk b/os/hal/ports/STM32/STM32F1xx/platform.mk
new file mode 100644
index 0000000..d2aeae0
--- /dev/null
+++ b/os/hal/ports/STM32/STM32F1xx/platform.mk
@@ -0,0 +1,14 @@
+include ${CHIBIOS}/os/hal/ports/STM32/STM32F1xx/platform.mk
+
+PLATFORMSRC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1/hal_crc_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/FSMCv1/hal_fsmc_sram.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/hal_eicu_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1/hal_timcap_lld.c \
+ ${CHIBIOS_CONTRIB}/os/hal/src/hal_fsmc_sdram.c
+
+PLATFORMINC += ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/CRCv1 \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/FSMCv1 \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD/TIMv1 \
+ ${CHIBIOS_CONTRIB}/os/hal/ports/STM32/LLD