We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c33a4 commit 38fd6aeCopy full SHA for 38fd6ae
ports/atmel-samd/boards/pewpew_m4/mpconfigboard.mk
@@ -48,7 +48,7 @@ CIRCUITPY_KEYPAD_SHIFTREGISTERKEYS = 0
48
CIRCUITPY_KEYPAD_KEYMATRIX = 0
49
CIRCUITPY_MATH = 1
50
CIRCUITPY_STAGE = 1
51
-CIRCUITPY_SYNTHIO = 1
+CIRCUITPY_SYNTHIO = 0
52
CIRCUITPY_ZLIB = 1
53
54
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
ports/stm/boards/thunderpack_v11/mpconfigboard.mk
@@ -19,6 +19,7 @@ LD_FILE = boards/STM32F411_nvm.ld
19
CIRCUITPY_AESIO = 0
20
CIRCUITPY_BITMAPTOOLS = 0
21
CIRCUITPY_BLEIO_HCI = 0
22
23
CIRCUITPY_VECTORIO = 0
24
CIRCUITPY_ULAB = 0
25
CIRCUITPY_ZLIB = 0
0 commit comments