Skip to content

Commit f4993b9

Browse files
committed
monster m4sk: disable a bunch of non-applicable modules
this hardware lacks the necessary I/O to connect any of these buses. (re)enable synthio, it should fit now.
1 parent f81a3ae commit f4993b9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ CHIP_FAMILY = samd51
1010
QSPI_FLASH_FILESYSTEM = 1
1111
EXTERNAL_FLASH_DEVICES = "GD25Q64C,W25Q64JVxQ"
1212
LONGINT_IMPL = MPZ
13-
CIRCUITPY_SYNTHIO = 0
13+
14+
CIRCUITPY_EPAPERDISPLAY = 0
15+
CIRCUITPY_FLOPPYIO = 0
16+
CIRCUITPY_I2CDISPLAYBUS = 0
17+
CIRCUITPY_KEYPAD = 0
18+
CIRCUITPY_KEYPAD = 0
19+
CIRCUITPY_PARALLELDISPLAYBUS = 0
20+
CIRCUITPY_RGBMATRIX = 0
21+
CIRCUITPY_SHARPDISPLAY = 0
22+
CIRCUITPY_SYNTHIO = 1

0 commit comments

Comments
 (0)