-
Notifications
You must be signed in to change notification settings - Fork 181
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
Doesn't compile on thumbv6m-none-eabi #903
Comments
Maybe spin locking is not supported for that CPU... If it isn't supported you may have to clone the repo for the time being and remove the use of the EDIT: I find that |
A bit searching reveals that this problem is quite common on the v6m...
tokio-rs/bytes#461 |
Wonder if you have any success? |
For me doing this worked, however I haven't tested how this affects other systems. |
This looks interesting. I was not aware of the |
Fixed by #919 |
Building latest git version and v1.19.0 fails on thumbv6m-none-eabi with features=["no_std"].
All the errors are from spin using AtomicUsize operations.
The text was updated successfully, but these errors were encountered: