You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
269 B
11 lines
269 B
4 years ago
|
MCU_SERIES = f0
|
||
|
CMSIS_MCU = STM32F091xC
|
||
|
AF_FILE = boards/stm32f091_af.csv
|
||
|
LD_FILES = boards/stm32f091xc.ld boards/common_basic.ld
|
||
|
|
||
|
# MicroPython settings
|
||
|
MICROPY_VFS_FAT = 0
|
||
|
|
||
|
# Don't include default frozen modules because MCU is tight on flash space
|
||
|
FROZEN_MANIFEST ?=
|