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
usbd_stack could be placed at memory with wrong alignment.
For pic32 with FPU enabled that results in exceptions
when code tries to store/restore FPU registers.
Now OS_TASK_STACK_DEFINE is used that forces correct alignment.
0 commit comments