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

fix: embassy-executor - use atomic_polyfill for riscv & xtensa #1381

Closed

Conversation

elpiel
Copy link
Contributor

@elpiel elpiel commented Apr 18, 2023

Updating to latest executor in esp-wifi (see esp-rs/esp-wifi-sys#163 (comment)) it ended up failing builds for examples since riscv apparently does not support AtomicBool from core

@Dirbaio
Copy link
Member

Dirbaio commented Apr 18, 2023

I'm sorry, but this is not the right fix for the problem. See previous discussion in #1278, #1240, #745 (comment), rust-lang/rust#99668, particularly the fix in #1278 (comment)

@Dirbaio Dirbaio closed this Apr 18, 2023
@elpiel
Copy link
Contributor Author

elpiel commented Apr 18, 2023

Ahhh, ok thank you.

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

Successfully merging this pull request may close these issues.

2 participants