zephyr/drivers/usb/udc
Tomasz Moń 8db6919695 nrfx_usbd: Rename to nrf_usbd_common
Rename local usbd copy from nrfx_usbd to nrf_usbd_common and use it in
both USB stacks. Renaming header to nrf_usbd_common.h allows breaking
changes in exposed interface. Mark all doxygen comments as internal
because local usbd copy should not be treated as public interface
because we are under refactoring process that aims to arrive at native
driver and therefore drop nrf_usbd_common in the future.

Use Zephyr constructs directly instead of nrfx glue macros.

No functional changes.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2023-11-07 14:06:51 +01:00
..
CMakeLists.txt drivers: usb: udc: add STM32 UDC driver 2023-07-13 10:44:42 +02:00
Kconfig drivers: usb: udc: add STM32 UDC driver 2023-07-13 10:44:42 +02:00
Kconfig.kinetis drivers: udc: add USBFSOTG UDC driver for Kinetis SoCs 2022-12-02 12:55:18 +01:00
Kconfig.nrf nrfx_usbd: Rename to nrf_usbd_common 2023-11-07 14:06:51 +01:00
Kconfig.skeleton drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
Kconfig.stm32 drivers: usb: udc: add STM32 UDC driver 2023-07-13 10:44:42 +02:00
Kconfig.virtual drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
udc_common.c drivers: usb: udc: common: add missing init.h 2023-08-30 10:15:49 +02:00
udc_common.h drivers: udc: simplify udc_submit_event() 2023-03-23 10:08:03 +01:00
udc_kinetis.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
udc_nrf.c nrfx_usbd: Rename to nrf_usbd_common 2023-11-07 14:06:51 +01:00
udc_skeleton.c drivers: udc: add USB device controller driver skeleton 2023-05-17 12:26:48 +02:00
udc_stm32.c drivers: usb: udc: add STM32 UDC driver 2023-07-13 10:44:42 +02:00
udc_virtual.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00