zephyr/drivers/usb
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
..
device drivers: usb_dc_rpi_pico: cleanup incorrect comment and condition 2023-02-11 08:23:03 +09:00
udc usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00
uhc usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00
uvb drivers: usb: add support for virtual USB bus 2022-12-16 13:21:12 +01:00
CMakeLists.txt drivers: usb: add support for virtual USB bus 2022-12-16 13:21:12 +01:00
Kconfig drivers: usb: add support for virtual USB bus 2022-12-16 13:21:12 +01:00