Skip to content

Commit 5e21666

Browse files
Disabled audioio, audiobusio, USB midi for sparkfun_redboard_turbo to save flash space
1 parent bd39bf3 commit 5e21666

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ports/atmel-samd/boards/sparkfun_redboard_turbo/mpconfigboard.mk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ CHIP_FAMILY = samd21
99
SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q32FV"
1111
LONGINT_IMPL = MPZ
12+
13+
CIRCUITPY_FULL_BUILD = 0
14+
15+
# Turn off audioio/audiobusio/usbmidi to save flash space since this board
16+
# is resource limited
17+
18+
CIRCUITPY_AUDIOBUSIO = 0
19+
CIRCUITPY_AUDIOIO = 0
20+
CIRCUITPY_USB_MIDI = 0

0 commit comments

Comments
 (0)