-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add stack overflow detection to SW emulator #1735
Comments
rust-embedded/cortex-m-rt#34 this explains a zero cost abstraction to achieve it |
That looks like a good approach (cross-linking the tracking bug #1665). Adding stack monitoring in the simulator has a few advantages:
I think it makes sense to implement both. |
That makes sense. |
#1722 uncovered a latent stack overflow. We need to add tests / checks / ci to make sure we are not hitting any stack overflows.
The text was updated successfully, but these errors were encountered: