Add Armstrap Eagle boards.

This commit is contained in:
Valeriy Koval
2015-05-18 16:43:33 +03:00
parent 6a4843c258
commit 82a0ec0d2b
2 changed files with 62 additions and 0 deletions
@@ -55,6 +55,8 @@ extra_flags = env.get("BOARD_OPTIONS", {}).get("build", {}).get("extra_flags")
ignore_files = []
if "STM32F40_41xxx" in extra_flags:
ignore_files += ["stm32f4xx_fmc.c"]
if "STM32F427_437xx" in extra_flags:
ignore_files += ["stm32f4xx_fsmc.c"]
elif "STM32F303xC" in extra_flags:
ignore_files += ["stm32f30x_hrtim.c"]
elif "STM32L1XX_MD" in extra_flags: