f1d260d878
The default frozen modules are no longer included (but users can still specify their own via FROZEN_MPY_DIR), complex numbers are disabled and so are the native, viper and asm_thumb emitters. Users needing these features can tune the build to disable other things.
8 lines
200 B
Makefile
8 lines
200 B
Makefile
MCU_SERIES = f4
|
|
CMSIS_MCU = STM32F401xE
|
|
AF_FILE = boards/stm32f401_af.csv
|
|
LD_FILE = boards/stm32f401xd.ld
|
|
|
|
# Don't include default frozen modules because MCU is tight on flash space
|
|
FROZEN_MPY_DIR ?=
|