8000 stm: Specify max endpoints for stm32f405xx · jensechu/circuitpython@563e038 · GitHub
[go: up one dir, main page]

Skip to content

Commit 563e038

Browse files
committed
stm: Specify max endpoints for stm32f405xx
.. which is why we can't have HID or MIDI on the stm32f405 feather
1 parent a03b6a9 commit 563e038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/stm/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ifeq ($(MCU_VARIANT),STM32F405xx)
77
CIRCUITPY_FRAMEBUFFERIO ?= 1
88
CIRCUITPY_RGBMATRIX ?= 1
99
CIRCUITPY_SDIOIO ?= 1
10+
USB_NUM_EP = 4
1011
endif
1112

1213
ifeq ($(MCU_SERIES),F4)

0 commit comments

Comments
 (0)
0