diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-21 13:34:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-21 13:34:21 +0000 |
| commit | 90aebb58282f3f36fb5ffc4fde8a140a4ef231ee (patch) | |
| tree | ea861f079e7d1bae53910b2385f7cc614ae237e6 /docs | |
| parent | 530ead5fdeba97dd7d84798463436d1c75bbe96e (diff) | |
| parent | cf0e5e32add134aefb8ffc1bfac9f49f48bdc9c3 (diff) | |
Merge pull request #2341 from bugadani/faq
FAQ: Remove Xtensa specifier
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index d1a012978..1fe9bde37 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -35,7 +35,7 @@ For Cortex-M targets, consider making sure that ALL of the following features ar | |||
| 35 | * `executor-thread` | 35 | * `executor-thread` |
| 36 | * `nightly` | 36 | * `nightly` |
| 37 | 37 | ||
| 38 | For Xtensa ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate]. | 38 | For ESP32, consider using the executors and `#[main]` macro provided by your appropriate link:https://crates.io/crates/esp-hal-common[HAL crate]. |
| 39 | 39 | ||
| 40 | == Why is my binary so big? | 40 | == Why is my binary so big? |
| 41 | 41 | ||
