Commit f6235e03 authored by Marc Desvaux's avatar Marc Desvaux Committed by Carles Cufi
Browse files

boards: arm: enable CONFIG_USB_DC_HAS_HS_SUPPORT



enable CONFIG_USB_DC_HAS_HS_SUPPORT when we use only OTG_HS
and not OTG_FS.
in that case TEST_BULK_EP_MPS	(Endpoint max packet size)
equal 512 and not 64
it is the case for nucleo_h723zg and for nucleo_h7a3zi_q


Signed-off-by: default avatarMarc Desvaux <marc.desvaux-ext@st.com>
parent 7e2600d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,4 +15,8 @@ config NET_L2_ETHERNET

endif # NETWORKING

config USB_DC_HAS_HS_SUPPORT
	default y
	depends on USB_DC_STM32

endif # BOARD_NUCLEO_H723ZG
+4 −0
Original line number Diff line number Diff line
@@ -8,4 +8,8 @@ if BOARD_NUCLEO_H7A3ZI_Q
config BOARD
	default "nucleo_h7a3zi_q"

config USB_DC_HAS_HS_SUPPORT
	default y
	depends on USB_DC_STM32

endif # BOARD_NUCLEO_H7A3ZI_Q