Skip to content
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

Can't target thumbv6m-none-eabi due to AtomicBool #60

Open
papyDoctor opened this issue Apr 1, 2024 · 0 comments
Open

Can't target thumbv6m-none-eabi due to AtomicBool #60

papyDoctor opened this issue Apr 1, 2024 · 0 comments

Comments

@papyDoctor
Copy link

papyDoctor commented Apr 1, 2024

Hi,
I'm targeting rp2040 but the code (slot.rs) use the AtomicBool type that have fetch_or and fetch_and functions that aren't supported on thumbv6m (no #[cfg(target_has_atomic = "8")]).
Is your code stuck on thumbv7em or do you plan to have more targets?
Olivier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant