zephyr/drivers/usb/device
Peter Mitsis 52f343c5c7 drivers: usb: Replace k_mem_block usage
The k_mem_block structure has been obsolete for some years with
a few loose ends still remaining. As its usage in the usb_dc_mcux
codebase was confined to needing its "void *" pointer field, it
was simple to enough to hoist that field to remove another loose end.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2023-10-13 09:56:02 +03:00
..
CMakeLists.txt
Kconfig
usb_dc_dw_stm32.h
usb_dc_dw.c
usb_dc_it82xx2.c
usb_dc_kinetis.c
usb_dc_mcux.c drivers: usb: Replace k_mem_block usage 2023-10-13 09:56:02 +03:00
usb_dc_native_posix_adapt.c
usb_dc_native_posix_adapt.h
usb_dc_native_posix.c
usb_dc_nrfx.c drivers: usb_dc_nrfx: Isochronous endpoint cannot be bulk 2023-10-06 14:50:10 +02:00
usb_dc_rpi_pico.c drivers: usb: device: add missing init.h 2023-08-31 10:21:50 +02:00
usb_dc_sam_usbc.c
usb_dc_sam_usbhs.c
usb_dc_sam0.c
usb_dc_smartbond.c drivers: usb: device: add missing init.h 2023-08-31 10:21:50 +02:00
usb_dc_stm32.c
usb_dw_registers.h