-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: usb: udc: udc_mcux_ehci: UDC_MCUX_EHCI tries to acquire mutex within the ISR #85070
Comments
@RadekPolyend please use our issue reporting template -- we need a lot more than just a stacktrace to be able to properly understand and analyze the issue. Thanks |
What more do you need ? The logic in the driver causes locking the mutex in ISR |
Please provide Zephyr commit SHA or version used and which sample was used to reproduce the issue (Steps to reproduce the behavior). |
It is v3.7-branch, the reproduction is just to use this driver on imxrt1170 soc but the platform does not matter. |
Should be fixed in commit f378de7. New device support is experimental, there are many other changes in between, I am not sure yet if it is possible to backport. |
Hi, could you change the issue description so that it uses the bug report template? It asks for some important information that are very useful for us to understand the issue. Thanks. |
Tenatively closing, please reopen if this is still an issue. |
The text was updated successfully, but these errors were encountered: