Skip to content

Commit 8470f0f

Browse files
committed
SAMD21: one endpoint pair for MSC now instead of two
1 parent 2830984 commit 8470f0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ CIRCUITPY_SDCARDIO ?= 0
4848
# Not enough RAM for framebuffers
4949
CIRCUITPY_FRAMEBUFFERIO ?= 0
5050

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
51+
# Not enough room in 192kB or 256kB builds for secondary CDC.
52+
CIRCUITPY_USB_CDC ?= 0
5553

5654
CIRCUITPY_ULAB = 0
5755

0 commit comments

Comments
 (0)