zephyr/drivers/usb/udc
Johann Fischer 1a30cd8f1c drivers: udc: add USB device controller driver skeleton
Add a USB device controller driver skeleton to use as a starting point
for implementing a specific driver.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2023-05-17 12:26:48 +02:00
..
CMakeLists.txt drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
Kconfig drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
Kconfig.kinetis
Kconfig.nrf
Kconfig.skeleton drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
Kconfig.virtual drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
udc_common.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
udc_common.h drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_kinetis.c drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_nrf.c drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_skeleton.c drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
udc_virtual.c drivers: udc_virtual: fix bus SUSPEND, RESUME, RESET event handling 2023-05-11 15:29:58 +02:00