You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: