From b8a568aa97b1d18e38feac229f5acfac8cd547d7 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 10 Jun 2025 12:40:53 +0200 Subject: [PATCH 1/3] docs: Add support note --- book/src/01_intro.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/book/src/01_intro.md b/book/src/01_intro.md index 0e21bc9f..847698b0 100644 --- a/book/src/01_intro.md +++ b/book/src/01_intro.md @@ -10,6 +10,13 @@ The advanced course takes it from there to dive deeper into topics like interrup You can join the [esp-rs community](https://matrix.to/#/#esp-rs:matrix.org) on Matrix for all technical questions and issues! The community is open to everyone. +> ⚠️ his book uses the `std` ecosystem (`esp-idf-hal`, `esp-idf-sys`, `esp-idf-svc`), which is maintained by the community, these crates are not officially supported by Espressif. +> +> Espressif officially supports the `no_std` approach with [`esp-hal`][esp-hal]. For equivalent training using the officially supported approach, see the [`no_std` training][no-std-training]. + +[esp-hal]: https://github.com/esp-rs/esp-hal +[no-std-training]: https://docs.espressif.com/projects/esp-rs/en/latest/no_std-training/ + ## Translations This book has been translated by generous volunteers. If you would like your translation listed here, please open a PR to add it. From 9a362b3c4fb88e683b87100fdbb17f107c5637c6 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Tue, 10 Jun 2025 14:30:22 +0200 Subject: [PATCH 2/3] docs: Fix typo Co-authored-by: Scott Mabin --- book/src/01_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/01_intro.md b/book/src/01_intro.md index 847698b0..8bec254b 100644 --- a/book/src/01_intro.md +++ b/book/src/01_intro.md @@ -10,7 +10,7 @@ The advanced course takes it from there to dive deeper into topics like interrup You can join the [esp-rs community](https://matrix.to/#/#esp-rs:matrix.org) on Matrix for all technical questions and issues! The community is open to everyone. -> ⚠️ his book uses the `std` ecosystem (`esp-idf-hal`, `esp-idf-sys`, `esp-idf-svc`), which is maintained by the community, these crates are not officially supported by Espressif. +> ⚠️ This book uses the `std` ecosystem (`esp-idf-hal`, `esp-idf-sys`, `esp-idf-svc`), which is maintained by the community, these crates are not officially supported by Espressif. > > Espressif officially supports the `no_std` approach with [`esp-hal`][esp-hal]. For equivalent training using the officially supported approach, see the [`no_std` training][no-std-training]. From 599a9fa75c1e6d9b19997cc7cece6ebc1da47cdc Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Tue, 10 Jun 2025 15:00:02 +0200 Subject: [PATCH 3/3] docs: Update link Co-authored-by: Scott Mabin --- book/src/01_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/01_intro.md b/book/src/01_intro.md index 8bec254b..31dc06e7 100644 --- a/book/src/01_intro.md +++ b/book/src/01_intro.md @@ -15,7 +15,7 @@ You can join the [esp-rs community](https://matrix.to/#/#esp-rs:matrix.org) on M > Espressif officially supports the `no_std` approach with [`esp-hal`][esp-hal]. For equivalent training using the officially supported approach, see the [`no_std` training][no-std-training]. [esp-hal]: https://github.com/esp-rs/esp-hal -[no-std-training]: https://docs.espressif.com/projects/esp-rs/en/latest/no_std-training/ +[no-std-training]: https://docs.espressif.com/projects/rust/no_std-training/ ## Translations