zephyr/subsys/usb
Zachary J. Fields 66aff25396 usb: usb_transfer.c: Address -Wextra warnings
Changed incrementing `for` loop counters to `size_t` from `int` to
eliminate warning, "warning: comparison of integer expressions of
different signedness: 'uint32_t' {aka 'unsigned int'} and 'int'
[-Wsign-compare]"

Signed-off-by: Zachary J. Fields <zachary_fields@yahoo.com>
2023-02-24 09:39:01 +01:00
..
device usb: usb_transfer.c: Address -Wextra warnings 2023-02-24 09:39:01 +01:00
device_next usb: device_next: add feature endpoint halt/clear state update API 2023-02-24 09:15:55 +01:00
host usb: host: add port power and port reset USB hub features 2022-12-16 13:21:12 +01:00
usb_c usb_c: Add super state to handle Sender Response Timer 2023-02-21 18:04:04 -05:00
CMakeLists.txt usb: add initial USB host support 2022-12-16 13:21:12 +01:00