From c211d51c0667b19dc0e70473da4a2742d7405b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Tue, 21 Nov 2023 15:51:56 +0100 Subject: [PATCH] Add note for Xtensa --- docs/modules/ROOT/pages/faq.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index 5b58580d..733ddbc5 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 * `executor-thread` * `nightly` +For Xtensa ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate].