aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-21 15:54:04 +0100
committerGitHub <[email protected]>2023-11-21 15:54:04 +0100
commit85059f693bb15bb2c37a9bc4a7b55373c54ec184 (patch)
treefae545c22b94fda80c8a886fa37d79af1775cf6f /docs/modules/ROOT
parent7f1fd199bb95f150de1b51ed19c5a602e334a1b7 (diff)
parentc211d51c0667b19dc0e70473da4a2742d7405b59 (diff)
Merge pull request #2209 from bugadani/faq
Direct the ESP32 users towards esp-hal
Diffstat (limited to 'docs/modules/ROOT')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index 5b58580d0..733ddbc5a 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -22,3 +22,4 @@ For Cortex-M targets, consider making sure that ALL of the following features ar
22* `executor-thread` 22* `executor-thread`
23* `nightly` 23* `nightly`
24 24
25For Xtensa ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate].