-
Notifications
You must be signed in to change notification settings - Fork 2
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
Critical section problems #122
Comments
I got this to compile by adding this to the Cargo.toml of both the server and client: cortex-m = { version = "0.7.6", features = ["critical-section-single-core"]} |
Thanks for letting me know and providing the fix! Looks like it bitrotted since the last CI run passed :( |
Thanks for the updates. I'm struggling to run this on the NUCLEO-WL55JC1 boards I have. I don't see anything when I run it as describe in the README:
Poking with the debugger (manually, as cargo embed also seems to fail), it seems to block in stm32wlxx_hal::subghz::wakeup. Any ideas? |
Compiling it gives:
Does it need a critical section implementation now?
The text was updated successfully, but these errors were encountered: