Skip to content

Commit 7b5587c

Browse files
committed
shrink some boards and for some boards make the turned-off modules consistent
1 parent e48abf1 commit 7b5587c

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CIRCUITPY__EVE = 1
1414
CIRCUITPY_CODEOP = 0
1515
CIRCUITPY_FLOPPYIO = 0
1616
CIRCUITPY_JPEGIO = 0
17+
CIRCUITPY_MSGPACK = 0
1718
CIRCUITPY_SYNTHIO = 0
1819
CIRCUITPY_VECTORIO = 0
1920

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "GD25Q16C,W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

13+
CIRCUITPY__EVE = 1
1314
CIRCUITPY_CODEOP = 0
1415
CIRCUITPY_FLOPPYIO = 0
15-
CIRCUITPY_GIFIO = 0
1616
CIRCUITPY_JPEGIO = 0
17-
CIRCUITPY_TILEPALETTEMAPPER = 0
17+
CIRCUITPY_MSGPACK = 0
18+
CIRCUITPY_SYNTHIO = 0
19+
CIRCUITPY_VECTORIO = 0
1820

1921
CIRCUITPY_BITBANG_APA102 = 1
2022

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CIRCUITPY__EVE = 1
1414
CIRCUITPY_CODEOP = 0
1515
CIRCUITPY_FLOPPYIO = 0
1616
CIRCUITPY_JPEGIO = 0
17+
CIRCUITPY_MSGPACK = 0
1718
CIRCUITPY_SYNTHIO = 0
1819
CIRCUITPY_VECTORIO = 0
1920

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ CHIP_FAMILY = samd51
99
QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
1111
LONGINT_IMPL = MPZ
12+
13+
CIRCUITPY__EVE = 1
14+
CIRCUITPY_CODEOP = 0
1215
CIRCUITPY_FLOPPYIO = 0
13-
CIRCUITPY_FRAMEBUFFERIO = 0
16+
CIRCUITPY_JPEGIO = 0
17+
CIRCUITPY_MSGPACK = 0
18+
CIRCUITPY_PARALLELDISPLAYBUS = 0
19+
CIRCUITPY_RGBMATRIX = 0
20+
CIRCUITPY_SHARPDISPLAY = 0
1421
CIRCUITPY_SYNTHIO = 0
22+
CIRCUITPY_VECTORIO = 0

ports/espressif/boards/ai_thinker_esp32-c3s-2m/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ CIRCUITPY_ESP_FLASH_SIZE = 2MB
99

1010
CIRCUITPY_DUALBANK = 0
1111

12+
CIRCUITPY_JPEGIO = 0
13+
1214
CIRCUITPY_ESP_USB_SERIAL_JTAG = 0

0 commit comments

Comments
 (0)