mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 07:41:56 +00:00
This patch introduces a dedicated work queue for handling the events from ISR (i.e. for notifying the USB device stack, for executing the enpoints callbacks, etc.). The system work queue cannot be used for this purpose as it might be used in applications for scheduling USB transfers and this could lead to a deadlock when the USB device stack would not be notified about certain event because of a system work queue item waiting for a USB transfer to be finished. The FIFO named so far `work_queue` is renamed to `usbd_evt_fifo` to better indicate its purpose and to avoid confusion. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
usb_dc_dw.c | ||
usb_dc_kinetis.c | ||
usb_dc_mcux_ehci.c | ||
usb_dc_native_posix_adapt.c | ||
usb_dc_native_posix_adapt.h | ||
usb_dc_native_posix.c | ||
usb_dc_nrfx.c | ||
usb_dc_sam.c | ||
usb_dc_sam0.c | ||
usb_dc_stm32.c | ||
usb_dw_registers.h |