zephyr/drivers/usb/udc
Andrei Emeltchenko 8e84d840b5 usb: Fix build for 64 bit platforms
Use proper format for size_t type eliminating warnings of type:

...
error: format '%u' expects argument of type 'unsigned int', but
argument 2 has type 'size_t' {aka 'long unsigned int'}
[-Werror=format=]
...

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2023-02-23 17:51:31 +01:00
..
CMakeLists.txt drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
Kconfig drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
Kconfig.kinetis drivers: udc: add USBFSOTG UDC driver for Kinetis SoCs 2022-12-02 12:55:18 +01:00
Kconfig.nrf
Kconfig.virtual drivers: udc: add driver for virtual USB device controller 2022-12-16 13:21:12 +01:00
udc_common.c drivers: udc: remove unused and unsupported udc_ep_flush() 2023-01-27 16:11:20 +01:00
udc_common.h drivers: udc: fixup parameter endpoint description 2023-01-11 17:44:50 +01:00
udc_kinetis.c drivers: udc: add capability for MPS of control endpoint 2023-01-27 16:11:20 +01:00
udc_nrf.c drivers: usb: udc: nrf: fix declaration after label 2023-02-20 13:22:02 +01:00
udc_virtual.c usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00