faq: Nightly is not required anymore
This commit is contained in:
parent
bb743420be
commit
6e2d54c40b
1 changed files with 1 additions and 2 deletions
|
@ -29,11 +29,10 @@ If you see an error like this:
|
||||||
|
|
||||||
You are likely missing some features of the `embassy-executor` crate.
|
You are likely missing some features of the `embassy-executor` crate.
|
||||||
|
|
||||||
For Cortex-M targets, consider making sure that ALL of the following features are active in your `Cargo.toml` for the `embassy-executor` crate:
|
For Cortex-M targets, check whether ALL of the following features are enabled in your `Cargo.toml` for the `embassy-executor` crate:
|
||||||
|
|
||||||
* `arch-cortex-m`
|
* `arch-cortex-m`
|
||||||
* `executor-thread`
|
* `executor-thread`
|
||||||
* `nightly`
|
|
||||||
|
|
||||||
For ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate].
|
For ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate].
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue