zephyr/drivers/usb/device
Erwan Gouriou 419adeaeed drivers: usb: stm32: Replace static clock check by a runtime check.
In order to clean up clock related code, replace static build time
clock configuration code by a runtime check.
Since I'm not able to guarantee this check will provide a correct
verdict in 100% of the cases (I'm thinking to ULPI or exotic configurations
like F7 OTG-HS), add a config option to disable it if needed.
It also doesn't apply on F1/F3 series. Keep the build time check for now.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2023-01-16 11:23:55 +00:00
..
CMakeLists.txt
Kconfig drivers: usb: stm32: Replace static clock check by a runtime check. 2023-01-16 11:23:55 +00:00
usb_dc_dw.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
usb_dc_kinetis.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
usb_dc_mcux.c drivers: usb: mcux: mark endpoint unoccupied on disable 2022-11-11 15:10:26 -06:00
usb_dc_native_posix_adapt.c
usb_dc_native_posix_adapt.h
usb_dc_native_posix.c drivers: usb_dc_native_posix: Allow endpoint disable after detach 2022-11-25 20:02:42 +01:00
usb_dc_nrfx.c drivers: usb: usb_dc_nrfx: add usbd worker thread name. 2022-12-05 18:03:39 +01:00
usb_dc_rpi_pico.c drivers: usb_dc_rpi_pico: fixed buffer status handling 2022-11-11 08:50:09 +00:00
usb_dc_sam0.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
usb_dc_sam_usbc.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
usb_dc_sam_usbhs.c include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
usb_dc_stm32.c drivers: usb: stm32: Replace static clock check by a runtime check. 2023-01-16 11:23:55 +00:00
usb_dw_registers.h