shrink some STM32F4 builds: turn MIDI back off

This commit is contained in:
Dan Halbert 2021-05-13 23:14:12 -04:00
parent fa6c06fb38
commit 0fcb11b7b2
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ CIRCUITPY_AUDIOPWMIO = 0
CIRCUITPY_BUSDEVICE = 0
CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_FRAMEBUFFERIO = 0
CIRCUITPY_MIDI = 0
CIRCUITPY_ULAB = 0
CIRCUITPY_VECTORIO = 0

View File

@ -16,3 +16,4 @@ LD_FILE = boards/STM32F411_fs.ld
# Too big for the flash
CIRCUITPY_AUDIOCORE = 0
CIRCUITPY_AUDIOPWMIO = 0
CIRCUITPY_MIDI = 0

View File

@ -15,3 +15,4 @@ LD_FILE = boards/STM32F411_fs.ld
# Too big for the flash
CIRCUITPY_AUDIOCORE = 0
CIRCUITPY_AUDIOPWMIO = 0
CIRCUITPY_MIDI = 0