zephyr/drivers/usb/udc
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
..
CMakeLists.txt
Kconfig drivers: udc: add SOF Kconfig option and SOF event helper 2025-06-23 15:43:32 +01:00
Kconfig.ambiq drivers: udc_ambiq: added support for double endpoint buffer 2025-06-26 11:12:02 +02:00
Kconfig.dwc2
Kconfig.it82xx2
Kconfig.kinetis drivers: uhc: udc: use DYNAMIC_INTERRUPTS for KHCI and EHCI 2025-05-30 16:34:41 +02:00
Kconfig.max32
Kconfig.mcux drivers: uhc: udc: use DYNAMIC_INTERRUPTS for KHCI and EHCI 2025-05-30 16:34:41 +02:00
Kconfig.nrf
Kconfig.numaker
Kconfig.renesas_ra
Kconfig.rpi_pico
Kconfig.sam0
Kconfig.skeleton
Kconfig.smartbond
Kconfig.stm32
Kconfig.virtual
udc_ambiq.c drivers: udc_ambiq: added support for double endpoint buffer 2025-06-26 11:12:02 +02:00
udc_common.c drivers: udc: fix buffer leak when the host omits control data stage 2025-06-27 08:52:22 -10:00
udc_common.h drivers: udc: add SOF Kconfig option and SOF event helper 2025-06-23 15:43:32 +01:00
udc_dwc2_vendor_quirks.h drivers: udc_dwc2: Inline vendor quirks if possible 2025-06-27 10:57:47 +02:00
udc_dwc2.c drivers: udc_dwc2: Set EP0 IN CNAK only when necessary 2025-07-11 09:41:04 -05:00
udc_dwc2.h drivers: udc_dwc2: Inline vendor quirks if possible 2025-06-27 10:57:47 +02:00
udc_it82xx2.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_kinetis.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_max32.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_mcux_ehci.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_mcux_ip3511.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_nrf.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_numaker.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_renesas_ra.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_rpi_pico.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_sam0.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_skeleton.c drivers: udc: disable SOF interrupt by default 2025-06-23 15:43:32 +01:00
udc_smartbond.c drivers: udc_smartbond: Fix calls to udc_get_ep_cfg() 2025-05-06 12:00:23 +02:00
udc_stm32.c drivers: udc: stm32: fix USB_OTG_HS_EMB_PHY macro value check 2025-07-11 11:42:33 -10:00
udc_virtual.c drivers: udc_virtual: drop queued control transfer on new setup packet 2025-06-27 08:52:22 -10:00