Skip to content

Commit

Permalink
Fix broken link (#169)
Browse files Browse the repository at this point in the history
* Fix broken link

* Fix broken url of using-the-core-library.md

* Fix broken url of using-the-core-library.md

Fix link of esp-alloc and esp-println.
  • Loading branch information
cmsong-shina authored Oct 30, 2024
1 parent f86533a commit d360fa5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/overview/using-the-core-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ The table below covers the current support for `no_std` at this moment for diffe
> - ✅ in Wi-Fi/BLE/ESP-NOW means that the target supports, at least, one of the listed technologies. For details, see [Current support][esp-wifi-current-support] table of the esp-wifi repository.
> - [ESP8266 HAL][esp8266-hal] is in maintenance mode and no further development will be done for this chip.
[esp-hal]: https://github.com/esp-rs/esp-hal "Hardware abstraction layer"
[esp-wifi]: https://github.com/esp-rs/esp-wifi "Wi-Fi, BLE and ESP-NOW support"
[esp-backtrace]: https://github.com/esp-rs/esp-backtrace "Exception and panic handlers"
[esp-storage]: https://github.com/esp-rs/esp-storage "Embedded-storage traits to access unencrypted flash memory"
[esp-wifi-current-support]: https://github.com/esp-rs/esp-wifi#current-support
[esp-hal]: https://github.com/esp-rs/esp-hal/tree/main/esp-hal "Hardware abstraction layer"
[esp-wifi]: https://github.com/esp-rs/esp-hal/tree/main/esp-wifi "Wi-Fi, BLE and ESP-NOW support"
[esp-backtrace]: https://github.com/esp-rs/esp-hal/tree/main/esp-backtrace "Exception and panic handlers"
[esp-storage]: https://github.com/esp-rs/esp-hal/tree/main/esp-storage "Embedded-storage traits to access unencrypted flash memory"
[esp-wifi-current-support]: https://github.com/esp-rs/esp-hal/tree/main/esp-wifi#current-support
[esp8266-hal]: https://github.com/esp-rs/esp8266-hal "ESP8266 Hardware abstraction layer"

### Relevant `esp-rs` Crates
Expand All @@ -55,5 +55,5 @@ The table below covers the current support for `no_std` at this moment for diffe
- Custom requirements: bare-metal allows more customization and fine-grained control over the behavior of an application, which can be useful in specialized or non-standard environments.

[esp-pacs]: https://github.com/esp-rs/esp-pacs "Peripheral access crates"
[esp-alloc]: https://github.com/esp-rs/esp-alloc "Simple heap allocator"
[esp-println]: https://github.com/esp-rs/esp-println "print!, println!"
[esp-alloc]: https://github.com/esp-rs/esp-hal/tree/main/esp-alloc "Simple heap allocator"
[esp-println]: https://github.com/esp-rs/esp-hal/tree/main/esp-println "print!, println!"

0 comments on commit d360fa5

Please sign in to comment.