Include pulseio only on CIRCUITPY_FULL_BUILD
This commit is contained in:
parent
d93a9a1dbc
commit
96101016ec
@ -231,12 +231,10 @@ CFLAGS += -DCIRCUITPY_PIXELBUF=$(CIRCUITPY_PIXELBUF)
|
||||
CIRCUITPY_PS2IO ?= 0
|
||||
CFLAGS += -DCIRCUITPY_PS2IO=$(CIRCUITPY_PS2IO)
|
||||
|
||||
CIRCUITPY_PULSEIO ?= 1
|
||||
CIRCUITPY_PULSEIO ?= $(CIRCUITPY_FULL_BUILD)
|
||||
CFLAGS += -DCIRCUITPY_PULSEIO=$(CIRCUITPY_PULSEIO)
|
||||
|
||||
# For now we tie PWMIO to PULSEIO so they always both exist. In CircuitPython 7
|
||||
# we can enable and disable them separately once PWMOut is removed from `pulseio`.
|
||||
CIRCUITPY_PWMIO ?= $(CIRCUITPY_PULSEIO)
|
||||
CIRCUITPY_PWMIO ?= 1
|
||||
CFLAGS += -DCIRCUITPY_PWMIO=$(CIRCUITPY_PWMIO)
|
||||
|
||||
CIRCUITPY_RANDOM ?= 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user