Skip to content

Commit a485f31

Browse files
Fix broken url of esp-hal example (#151)
* 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]>
1 parent b411988 commit a485f31

File tree

1 file changed

+5
-2
lines changed
  • src/writing-your-own-application

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ The training contains:
1313
* [A button example][button]
1414
* [A button with an interrupt example][button-interrupt]
1515

16-
> ⚠️ **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]
16+
> ⚠️ **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].
17+
18+
1719

1820
[no-std-book]: https://esp-rs.github.io/no_std-training/
1921
[no-std-repository]: https://github.com/esp-rs/no_std-training
@@ -24,4 +26,5 @@ The training contains:
2426
[button]: https://github.com/esp-rs/no_std-training/tree/main/intro/button
2527
[button-interrupt]: https://github.com/esp-rs/no_std-training/tree/main/intro/button-interrupt
2628
[esp-hal]: https://github.com/esp-rs/esp-hal
27-
[esp32c3-hal-examples]: https://github.com/esp-rs/esp-hal/tree/main/esp32c3-hal/examples
29+
[esp-hal-examples]: https://github.com/esp-rs/esp-hal/tree/main/examples
30+
[examples-readme]: https://github.com/esp-rs/esp-hal/blob/main/examples/README.md

0 commit comments

Comments
 (0)