We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd39bf3 commit 5e21666Copy full SHA for 5e21666
ports/atmel-samd/boards/sparkfun_redboard_turbo/mpconfigboard.mk
@@ -9,3 +9,12 @@ CHIP_FAMILY = samd21
9
SPI_FLASH_FILESYSTEM = 1
10
EXTERNAL_FLASH_DEVICES = "W25Q32FV"
11
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