aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPriit Laes <[email protected]>2024-02-09 10:14:55 +0200
committerPriit Laes <[email protected]>2024-02-09 10:14:55 +0200
commit6e2d54c40bfdb07b6bb28f5fd8009846d0695f67 (patch)
tree3f53b9dd236dd28671fc0acd31dd773f9afa4487 /docs
parentbb743420be5f7347cab7e2cc19a427b93e90b1e8 (diff)
faq: Nightly is not required anymore
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index 05ff7c598..c8695a01a 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -29,11 +29,10 @@ If you see an error like this:
29 29
30You are likely missing some features of the `embassy-executor` crate. 30You are likely missing some features of the `embassy-executor` crate.
31 31
32For Cortex-M targets, consider making sure that ALL of the following features are active in your `Cargo.toml` for the `embassy-executor` crate: 32For Cortex-M targets, check whether ALL of the following features are enabled in your `Cargo.toml` for the `embassy-executor` crate:
33 33
34* `arch-cortex-m` 34* `arch-cortex-m`
35* `executor-thread` 35* `executor-thread`
36* `nightly`
37 36
38For ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate]. 37For ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate].
39 38