stm: Specify max endpoints for stm32f405xx
.. which is why we can't have HID or MIDI on the stm32f405 feather
This commit is contained in:
parent
a03b6a99e6
commit
563e038c0d
@ -7,6 +7,7 @@ ifeq ($(MCU_VARIANT),STM32F405xx)
|
|||||||
CIRCUITPY_FRAMEBUFFERIO ?= 1
|
CIRCUITPY_FRAMEBUFFERIO ?= 1
|
||||||
CIRCUITPY_RGBMATRIX ?= 1
|
CIRCUITPY_RGBMATRIX ?= 1
|
||||||
CIRCUITPY_SDIOIO ?= 1
|
CIRCUITPY_SDIOIO ?= 1
|
||||||
|
USB_NUM_EP = 4
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MCU_SERIES),F4)
|
ifeq ($(MCU_SERIES),F4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user