Closed skhaz closed 7 months ago
this error is telling you the problem
error: No chip feature activated. You must activate exactly one of the following features: nrf52810, nrf52811, nrf52832, nrf52833, nrf52840
--> /Users/skhaz/.asdf/installs/rust/1.76.0/registry/src/index.crates.io-6f17d22bba15001f/embassy-nrf-0.1.0/src/lib.rs:28:1
|
28 | compile_error!("No chip feature activated. You must activate exactly one of the following features: nrf52810, nrf52811, nrf52832, nrf52833, nrf52840");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Thank you
I'm following the starting guide, but instead of using the libraries with a relative path, I installed them using
cargo add
. Below, I show my Cargo.toml.When I run
cargo build
, I receive about 30 errors in theembassy-nrf
component.Any ideas? Thank you.
Cargo.toml
rust-toolchain.toml
.cargo/config.toml