Skip to content

Commit

Permalink
Fix broken url of esp-hal example (#151)
Browse files Browse the repository at this point in the history
* Fix broken url

* Add url of esp-hal example folder

* Update src/writing-your-own-application/nostd.md

Co-authored-by: Sergio Gasquez Arcos <[email protected]>

* Update src/writing-your-own-application/nostd.md

Co-authored-by: Sergio Gasquez Arcos <[email protected]>

---------

Co-authored-by: Sergio Gasquez Arcos <[email protected]>
  • Loading branch information
HaoboGu and SergioGasquez authored Mar 22, 2024
1 parent b411988 commit a485f31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/writing-your-own-application/nostd.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ The training contains:
* [A button example][button]
* [A button with an interrupt example][button-interrupt]

> ⚠️ **Note**: There are several examples covering the use of specific peripherals under the examples' folder of every SoC [`esp-hal`][esp-hal]. E.g. [`esp32c3-hal/examples`][esp32c3-hal-examples]
> ⚠️ **Note**: There are several examples covering the use of specific peripherals under the [`examples`][esp-hal-examples] folder [`esp-hal`][esp-hal]. For running instructions and device compatibility for a given example, refer to the [`examples` README][examples-readme].


[no-std-book]: https://esp-rs.github.io/no_std-training/
[no-std-repository]: https://github.com/esp-rs/no_std-training
Expand All @@ -24,4 +26,5 @@ The training contains:
[button]: https://github.com/esp-rs/no_std-training/tree/main/intro/button
[button-interrupt]: https://github.com/esp-rs/no_std-training/tree/main/intro/button-interrupt
[esp-hal]: https://github.com/esp-rs/esp-hal
[esp32c3-hal-examples]: https://github.com/esp-rs/esp-hal/tree/main/esp32c3-hal/examples
[esp-hal-examples]: https://github.com/esp-rs/esp-hal/tree/main/examples
[examples-readme]: https://github.com/esp-rs/esp-hal/blob/main/examples/README.md

0 comments on commit a485f31

Please sign in to comment.