Skip to content

Commit f6235e0

Browse files
Desvauxm-stcarlescufi
authored andcommitted
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: Marc Desvaux <[email protected]>
1 parent 7e2600d commit f6235e0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boards/arm/nucleo_h723zg/Kconfig.defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ config NET_L2_ETHERNET
1515

1616
endif # NETWORKING
1717

18+
config USB_DC_HAS_HS_SUPPORT
19+
default y
20+
depends on USB_DC_STM32
21+
1822
endif # BOARD_NUCLEO_H723ZG

boards/arm/nucleo_h7a3zi_q/Kconfig.defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ if BOARD_NUCLEO_H7A3ZI_Q
88
config BOARD
99
default "nucleo_h7a3zi_q"
1010

11+
config USB_DC_HAS_HS_SUPPORT
12+
default y
13+
depends on USB_DC_STM32
14+
1115
endif # BOARD_NUCLEO_H7A3ZI_Q

0 commit comments

Comments
 (0)