Skip to content

Commit 38fd6ae

Browse files
committed
Disable synthio on two boards where it doesn't fit
1 parent b5c33a4 commit 38fd6ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CIRCUITPY_KEYPAD_SHIFTREGISTERKEYS = 0
4848
CIRCUITPY_KEYPAD_KEYMATRIX = 0
4949
CIRCUITPY_MATH = 1
5050
CIRCUITPY_STAGE = 1
51-
CIRCUITPY_SYNTHIO = 1
51+
CIRCUITPY_SYNTHIO = 0
5252
CIRCUITPY_ZLIB = 1
5353

5454
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4

ports/stm/boards/thunderpack_v11/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ LD_FILE = boards/STM32F411_nvm.ld
1919
CIRCUITPY_AESIO = 0
2020
CIRCUITPY_BITMAPTOOLS = 0
2121
CIRCUITPY_BLEIO_HCI = 0
22+
CIRCUITPY_SYNTHIO = 0
2223
CIRCUITPY_VECTORIO = 0
2324
CIRCUITPY_ULAB = 0
2425
CIRCUITPY_ZLIB = 0

0 commit comments

Comments
 (0)