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 d93a9a1 commit 9610101Copy full SHA for 9610101
py/circuitpy_mpconfig.mk
@@ -231,12 +231,10 @@ CFLAGS += -DCIRCUITPY_PIXELBUF=$(CIRCUITPY_PIXELBUF)
231
CIRCUITPY_PS2IO ?= 0
232
CFLAGS += -DCIRCUITPY_PS2IO=$(CIRCUITPY_PS2IO)
233
234
-CIRCUITPY_PULSEIO ?= 1
+CIRCUITPY_PULSEIO ?= $(CIRCUITPY_FULL_BUILD)
235
CFLAGS += -DCIRCUITPY_PULSEIO=$(CIRCUITPY_PULSEIO)
236
237
-# For now we tie PWMIO to PULSEIO so they always both exist. In CircuitPython 7
238
-# we can enable and disable them separately once PWMOut is removed from `pulseio`.
239
-CIRCUITPY_PWMIO ?= $(CIRCUITPY_PULSEIO)
+CIRCUITPY_PWMIO ?= 1
240
CFLAGS += -DCIRCUITPY_PWMIO=$(CIRCUITPY_PWMIO)
241
242
CIRCUITPY_RANDOM ?= 1
0 commit comments