zephyr/drivers/usb
Marcin Niestroj cd17871cfe drivers: udc: stm32: fix USB_OTG_HS_EMB_PHY macro value check
USB_OTG_HS_EMB_PHY macro is always defined, so
`defined(USB_OTG_HS_EMB_PHY)` always results in true. This means that
driver always selected `USB_OTG_SPEED_HIGH_IN_FULL` and never
`USB_OTG_SPEED_HIGH`.

Fix that by checking value of defined macro.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2025-07-11 11:42:33 -10:00
..
bc12 drivers: kconfig: fix typo 2025-07-01 10:58:54 -10:00
common drivers: udc_dwc2: Optimize endpoint interrupt handling 2025-05-20 12:47:34 +02:00
device drivers: usb_dc_mcux: disable irq in detach 2025-06-23 15:45:55 +01:00
udc drivers: udc: stm32: fix USB_OTG_HS_EMB_PHY macro value check 2025-07-11 11:42:33 -10:00
uhc usb: host: allow status stage to be omitted 2025-06-27 08:52:22 -10:00
uvb
CMakeLists.txt
Kconfig