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
bugfix: correct computation of stack size on Mac Posix port
Computes the stack size after the end is aligned to a page
boundary. The original code in (FreeRTOS#674) did not account for
this so some combinations of stack address alignments and
sizes would cause a segfault.
Tested on ARM64 and Intel MacOS, as well as ARM64 and Intel
Linux.
0 commit comments