mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
MCUX usb ISR was making usb callbacks directly, which caused assertion failures when a callback attempted to lock a mutex. Move USB callback handler to separate thread, and make ISR notify thread via message queue. Fixes #40638 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>