8000 Disable _EVE for metro_m4_airlift_lite because of flash overflow · jamesbowman/circuitpython@b6dc9f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6dc9f0

Browse files
committed
Disable _EVE for metro_m4_airlift_lite because of flash overflow
1 parent 811d6ab commit b6dc9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

13-
CIRCUITPY__EVE = 1
13+
CIRCUITPY__EVE = 0
1414
CIRCUITPY_FLOPPYIO = 0
1515
CIRCUITPY_JPEGIO = 0
1616
CIRCUITPY_SYNTHIO = 0

0 commit comments

Comments
 (0)
0