blob: e95672d3a60397ccf63d4b019381802f86f3c122 (
plain)
1
2
3
4
5
6
7
|
MCU_SERIES = f4
CMSIS_MCU = STM32F401xE
AF_FILE = boards/stm32f401_af.csv
LD_FILES = boards/stm32f401xd.ld boards/common_ifs.ld
# Don't include default frozen modules because MCU is tight on flash space
FROZEN_MPY_DIR ?=
|