zephyr/drivers/usb/udc
Francois Ramu fff24fee14 drivers: usb: stm32U5 usb device controller
Like the stm32H5, stm32u5 usb device has an independent
power supply, but control bit is PWR_SVMCR_USV.
The control bit for the stm32H5 is PWR_USBSCR_USB33SV (no change)

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2024-01-08 10:58:42 +01:00
..
CMakeLists.txt drivers: udc: add initial support for DWC2 controller 2023-12-18 09:48:58 +01:00
Kconfig drivers: udc: add initial support for DWC2 controller 2023-12-18 09:48:58 +01:00
Kconfig.dwc2 drivers: udc: add initial support for DWC2 controller 2023-12-18 09:48:58 +01: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_dwc2.c drivers: udc: add initial support for DWC2 controller 2023-12-18 09:48:58 +01:00
udc_dwc2.h drivers: udc: add initial support for DWC2 controller 2023-12-18 09:48:58 +01:00
udc_dwc2_vendor_quirks.h drivers: udc: add initial support for DWC2 controller 2023-12-18 09:48:58 +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 drivers: udc_nrf: submit resume event after RWUP is initiated 2023-12-12 15:34:11 +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: stm32U5 usb device controller 2024-01-08 10:58:42 +01:00
udc_virtual.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00