zephyr/drivers/usb/udc
Ren Chen ea4f1b758c udc: it82xx2: emit SOF event
This commit emits SOF event.

Fixes: #76225

Signed-off-by: Ren Chen <Ren.Chen@ite.com.tw>
2024-10-22 14:01:11 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.dwc2 usb: dwc2: Allow for enabling USB if the cable is disconnected 2024-10-16 16:37:31 +01:00
Kconfig.it82xx2 ITE: it8xxx2: Remove CONFIG_PINCTRL from soc defconfig file 2024-10-15 13:52:55 +02:00
Kconfig.kinetis
Kconfig.mcux boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
Kconfig.nrf
Kconfig.numaker
Kconfig.rpi_pico
Kconfig.skeleton
Kconfig.stm32
Kconfig.virtual
udc_common.c
udc_common.h
udc_dwc2_vendor_quirks.h usb: dwc2: Allow for enabling USB if the cable is disconnected 2024-10-16 16:37:31 +01:00
udc_dwc2.c drivers: udc_dwc2: Change hibernation exit on bus reset 2024-10-03 17:08:36 +01:00
udc_dwc2.h drivers: udc_dwc2: Add hibernation vendor quirks 2024-09-26 03:33:52 -04:00
udc_it82xx2.c udc: it82xx2: emit SOF event 2024-10-22 14:01:11 +02:00
udc_kinetis.c
udc_mcux_ehci.c drivers: udc: mcux: move isr context codes to work context 2024-09-10 12:38:03 -04:00
udc_mcux_ip3511.c drivers: udc: mcux: move isr context codes to work context 2024-09-10 12:38:03 -04:00
udc_nrf.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
udc_numaker.c
udc_rpi_pico.c
udc_skeleton.c
udc_stm32.c
udc_virtual.c