zephyr/subsys/usb/host
Benedikt Schmidt be8408cbac usb: fix thread function signatures
Fix thread function signatures to avoid stack corruption on thread exit.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
2023-10-30 12:24:34 +01:00
..
CMakeLists.txt usb: host: add a structure to represent a USB device. 2023-10-01 09:26:07 +03:00
Kconfig usb: add initial USB host support 2022-12-16 13:21:12 +01:00
usbh_api.c usb: add initial USB host support 2022-12-16 13:21:12 +01:00
usbh_ch9.c usb: host: usbh_ch9: add ASSERT for unresolved data stage conditions 2023-10-01 09:26:07 +03:00
usbh_ch9.h usb: host: add command to get the current device configuration 2023-10-01 09:26:07 +03:00
usbh_core.c usb: fix thread function signatures 2023-10-30 12:24:34 +01:00
usbh_data.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbh_device.c usb: host: add a structure to represent a USB device. 2023-10-01 09:26:07 +03:00
usbh_device.h usb: host: add a structure to represent a USB device. 2023-10-01 09:26:07 +03:00
usbh_internal.h usb: add initial USB host support 2022-12-16 13:21:12 +01:00
usbh_shell.c usb: host: add command to get the current device configuration 2023-10-01 09:26:07 +03:00