Skip to content

Commit 6af43f8

Browse files
committed
Feather M4 and Metro M4: turn off aesio; _eve is larger
1 parent 84abc7c commit 6af43f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
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
@@ -11,6 +11,7 @@ EXTERNAL_FLASH_DEVICES = "GD25Q16C,W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY__EVE = 1
14+
CIRCUITPY_AESIO = 0
1415
CIRCUITPY_FLOPPYIO = 0
1516
CIRCUITPY_SYNTHIO = 0
1617
CIRCUITPY_JPEGIO = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY__EVE = 1
14+
CIRCUITPY_AESIO = 0
1415
CIRCUITPY_FLOPPYIO = 0
1516
CIRCUITPY_JPEGIO = 0
1617
CIRCUITPY_SYNTHIO = 0

0 commit comments

Comments
 (0)