-
Notifications
You must be signed in to change notification settings - Fork 238
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
Compilation failed, with the keyword ‘AtomicUsize‘. #1046
Comments
This is the output
|
Most probably your problems are caused by the fact that you are using esp-wifi 0.1.1 from crates.io and HAL 0.14 from git In this case it's a bit of a problem since we haven't release esp-wifi 0.2.0 yet because some of our dependencies need to get published first ( esp-rs/esp-wifi-sys#388 ) You either need to use the current |
yes,I modified
this is output
|
There are still a few dependencies which don't match Have a look here: https://github.com/bjoernQ/esp32c3-ble-hid/blob/main/Cargo.toml e.g. Also make sure to do a |
Thanks to your invaluable assistance and guidance, I have been able to successfully resolve the issues I was facing.
|
I set up a project and enabled the following features, but it cannot be compiled.
Cargo.toml
.cargo/config.toml
src/main.rs
I tried this, but it was not successful.
The text was updated successfully, but these errors were encountered: