Merge pull request #2209 from bugadani/faq

Direct the ESP32 users towards esp-hal
This commit is contained in:
Dario Nieuwenhuis
2023-11-21 15:54:04 +01:00
committed by GitHub

View File

@ -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].