Skip to content

Commit 0c84b12

Browse files
committed
stackrduino_m0_pro: disable some features on this constrained build
1 parent 19e5cf3 commit 0c84b12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ CHIP_FAMILY = samd21
99
SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ"
1111
LONGINT_IMPL = MPZ
12+
13+
CIRCUITPY_CODEOP = 0
14+
CIRCUITPY_PARALLELDISPLAYBUS = 0

0 commit comments

Comments
 (0)