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 623b6fa commit b8d1bb1Copy full SHA for b8d1bb1
ports/espressif/mpconfigport.mk
@@ -34,14 +34,17 @@ CIRCUITPY_ESPIDF ?= 1
34
CIRCUITPY_MODULE ?= none
35
36
ifeq ($(IDF_TARGET),esp32c3)
37
+CIRCUITPY_AESIO = 0
38
CIRCUITPY_ALARM = 0
39
CIRCUITPY_AUDIOBUSIO = 0
40
CIRCUITPY_BLEIO = 1
41
CIRCUITPY_BLEIO_HCI = 0
42
CIRCUITPY_COUNTIO = 0
43
+CIRCUITPY_DUALBANK = 0
44
CIRCUITPY_FREQUENCYIO = 0
45
CIRCUITPY_IMAGECAPTURE = 0
46
CIRCUITPY_PARALLELDISPLAY = 0
47
+CIRCUITPY_PS2IO = 0
48
CIRCUITPY_ROTARYIO = 0
49
CIRCUITPY_TOUCHIO ?= 1
50
CIRCUITPY_TOUCHIO_USE_NATIVE = 0
0 commit comments