Skip to content

Commit 63bad8f

Browse files
committed
disable on last zephyr board, hallowingm4 and meowbit.
1 parent c473ff8 commit 63bad8f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ LONGINT_IMPL = MPZ
1313
CIRCUITPY_AESIO = 0
1414
CIRCUITPY_JPEGIO = 0
1515
CIRCUITPY_SYNTHIO = 0
16+
CIRCUITPY_TILEPALETTEMAPPER = 0

ports/stm/boards/meowbit_v121/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CIRCUITPY_BLEIO_HCI = 0
2929
CIRCUITPY_EPAPERDISPLAY = 0
3030
CIRCUITPY_KEYPAD_DEMUX = 0
3131
CIRCUITPY_SHARPDISPLAY = 0
32+
CIRCUITPY_TILEPALETTEMAPPER = 0
3233
CIRCUITPY_ULAB = 0
3334
CIRCUITPY_ZLIB = 0
3435

ports/zephyr-cp/boards/renesas/ek_ra8d1/autogen_board_info.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ struct = true
9090
supervisor = false
9191
synthio = false
9292
terminalio = false
93+
tilepalettemapper = false
9394
time = true
9495
touchio = false
9596
traceback = false

0 commit comments

Comments
 (0)