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.
2 parents 244b7e2 + 8470f0f commit 2262af0Copy full SHA for 2262af0
ports/atmel-samd/mpconfigport.mk
@@ -48,10 +48,8 @@ CIRCUITPY_SDCARDIO ?= 0
48
# Not enough RAM for framebuffers
49
CIRCUITPY_FRAMEBUFFERIO ?= 0
50
51
-# SAMD21 needs separate endpoint pairs for MSC BULK IN and BULK OUT, otherwise it's erratic.
52
-# Because of that, there aren't enough endpoints for a secondary CDC serial connection.
53
-USB_MSC_EP_NUM_OUT = 1
54
-CIRCUITPY_USB_CDC = 0
+# Not enough room in 192kB or 256kB builds for secondary CDC.
+CIRCUITPY_USB_CDC ?= 0
55
56
CIRCUITPY_ULAB = 0
57
0 commit comments