-
Notifications
You must be signed in to change notification settings - Fork 215
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
Fix interrupt executors waking up thread-mode executors on the first core #2377
Conversation
70f14bb
to
4c49fd6
Compare
No change for #2369
If it was working it would not print the last line (it expects the task to update a counter every time it loops) - it never completes the first loop. |
Thanks! This fix is still somethat that we need to do, but at least I can investigate further. |
820aa2a
to
625fc9c
Compare
625fc9c
to
65ef161
Compare
65ef161
to
b0914bf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for adding the test cases too!
This does indeed fix #2369 ! |
…core (esp-rs#2377) * Clean up * Add failing multi-core test * Reset interrupts before main * Changelog * Add test case
…core (esp-rs#2377) * Clean up * Add failing multi-core test * Reset interrupts before main * Changelog * Add test case
There is a clean-up commit in this PR so I recommend reviewing commit-by-commit. The actual fix is 5f2d16e
Closes #2369
Closes #2386