You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implemented a critical section for the rp2040 port, which now
prevents an IRQ from clearing the endpoint data structures while a
transfer was in progress, which would then lead to a null pointer
derefence.
- Fixed a null-pointer dereference regarding ep->endpoint_control for
endpoint 0, which does not have a control register.
0 commit comments