Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 and some combinations of stack addresses and sizes would cause a segfault. Tested on ARM64 MacOS and Linux, but not Intel (yet).
- Loading branch information