Fix broken builds
This commit is contained in:
parent
749a3ac978
commit
e475dc8899
@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ
|
||||
CIRCUITPY_FULL_BUILD = 0
|
||||
|
||||
SUPEROPT_GC = 0
|
||||
SUPEROPT_VM = 0
|
||||
|
||||
# Make room for frozen libs.
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ
|
||||
CIRCUITPY_FULL_BUILD = 0
|
||||
|
||||
SUPEROPT_GC = 0
|
||||
SUPEROPT_VM = 0
|
||||
|
||||
# Make room for frozen libs.
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
|
@ -30,6 +30,7 @@ CIRCUITPY_I2CPERIPHERAL = 0
|
||||
CIRCUITPY_NVM = 0
|
||||
CIRCUITPY_PWMIO = 0
|
||||
CIRCUITPY_PULSEIO = 0
|
||||
CIRCUITPY_PWMIO = 0
|
||||
CIRCUITPY_ROTARYIO = 0
|
||||
CIRCUITPY_RTC = 0
|
||||
CIRCUITPY_SDCARDIO = 0
|
||||
|
@ -42,6 +42,7 @@ ifeq ($(MCU_SERIES),H7)
|
||||
CIRCUITPY_NEOPIXEL_WRITE ?= 0
|
||||
CIRCUITPY_NVM ?= 0
|
||||
CIRCUITPY_PULSEIO ?= 0
|
||||
CIRCUITPY_PWMIO ?= 0
|
||||
CIRCUITPY_ROTARYIO ?= 0
|
||||
CIRCUITPY_RTC ?= 0
|
||||
CIRCUITPY_USB_HID ?= 0
|
||||
|
Loading…
Reference in New Issue
Block a user