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
The atomic-polyfill crates is deprecated and it is recommended that the portable-atomic crate be used instead.
(https://github.com/embassy-rs/atomic-polyfill)
Is it possible to change to use the portable-atomic crate?
※ Currently, on the xtensa-esp32-espidf target, the atomic-polyfill causes a compile error.
The atomic-polyfill crates is deprecated and it is recommended that the portable-atomic crate be used instead.
(https://github.com/embassy-rs/atomic-polyfill)
Is it possible to change to use the portable-atomic crate?
※ Currently, on the xtensa-esp32-espidf target, the atomic-polyfill causes a compile error.
error[E0432]: unresolved import
core::sync::atomic::AtomicU64
The text was updated successfully, but these errors were encountered: