Skip to content

Commit a1848fd

Browse files
committed
shrink some M4 boards and make the turned-off modules consistent
1 parent e48abf1 commit a1848fd

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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
1418
CIRCUITPY_SYNTHIO = 0
19+
CIRCUITPY_VECTORIO = 0

0 commit comments

Comments
 (0)