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 15e97f1 commit 5ace7afCopy full SHA for 5ace7af
py/circuitpy_mpconfig.mk
@@ -322,8 +322,10 @@ CFLAGS += -DCIRCUITPY_TOUCHIO=$(CIRCUITPY_TOUCHIO)
322
CIRCUITPY_UHEAP ?= 0
323
CFLAGS += -DCIRCUITPY_UHEAP=$(CIRCUITPY_UHEAP)
324
325
+# Disable by default for now, until we have dynamic enabling.
326
+CIRCUITPY_USB_CDC ?= 0
327
# Secondary CDC is usually available if there are at least 8 endpoints.
-CIRCUITPY_USB_CDC ?= $(shell expr $(USB_NUM_EP) '>=' 8)
328
+#CIRCUITPY_USB_CDC ?= $(shell expr $(USB_NUM_EP) '>=' 8)
329
CFLAGS += -DCIRCUITPY_USB_CDC=$(CIRCUITPY_USB_CDC)
330
331
CIRCUITPY_USB_HID ?= 1
0 commit comments