Skip to content

Commit 9b5c6fa

Browse files
Add support note (#273)
* docs: Add support note * docs: Fix typo Co-authored-by: Scott Mabin <scott@mabez.dev> * docs: Update link Co-authored-by: Scott Mabin <scott@mabez.dev> --------- Co-authored-by: Scott Mabin <scott@mabez.dev>
1 parent 5831eba commit 9b5c6fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

book/src/01_intro.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ The advanced course takes it from there to dive deeper into topics like interrup
1010

1111
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.
1212

13+
> ⚠️ 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.
14+
>
15+
> 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].
16+
17+
[esp-hal]: https://github.com/esp-rs/esp-hal
18+
[no-std-training]: https://docs.espressif.com/projects/rust/no_std-training/
19+
1320
## Translations
1421

1522
This book has been translated by generous volunteers. If you would like your translation listed here, please open a PR to add it.

0 commit comments

Comments
 (0)