Modify mpconfigboard.mk to point to the new linker file and re-include modules

This commit is contained in:
evildave666 2021-07-26 14:13:41 +09:00
parent 57c6279b40
commit f059bab253

View File

@ -15,11 +15,4 @@ MCU_VARIANT = STM32F411xE
MCU_PACKAGE = UFQFPN48
LD_COMMON = boards/common_default.ld
LD_FILE = boards/STM32F411_nvm_nofs.ld
# Too big for the flash
CIRCUITPY_AUDIOCORE = 0
CIRCUITPY_AUDIOPWMIO = 0
CIRCUITPY_SYNTHIO = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_VECTORIO = 0
LD_FILE = boards/STM32F411_nofs.ld