Disable synthio on two boards where it doesn't fit
This commit is contained in:
parent
b5c33a4c03
commit
38fd6aea02
|
@ -48,7 +48,7 @@ CIRCUITPY_KEYPAD_SHIFTREGISTERKEYS = 0
|
|||
CIRCUITPY_KEYPAD_KEYMATRIX = 0
|
||||
CIRCUITPY_MATH = 1
|
||||
CIRCUITPY_STAGE = 1
|
||||
CIRCUITPY_SYNTHIO = 1
|
||||
CIRCUITPY_SYNTHIO = 0
|
||||
CIRCUITPY_ZLIB = 1
|
||||
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
|
||||
|
|
|
@ -19,6 +19,7 @@ LD_FILE = boards/STM32F411_nvm.ld
|
|||
CIRCUITPY_AESIO = 0
|
||||
CIRCUITPY_BITMAPTOOLS = 0
|
||||
CIRCUITPY_BLEIO_HCI = 0
|
||||
CIRCUITPY_SYNTHIO = 0
|
||||
CIRCUITPY_VECTORIO = 0
|
||||
CIRCUITPY_ULAB = 0
|
||||
CIRCUITPY_ZLIB = 0
|
||||
|
|
Loading…
Reference in New Issue