Skip to content

Commit

Permalink
fix swap of hal and sys links
Browse files Browse the repository at this point in the history
  • Loading branch information
eteq authored and SergioGasquez committed Aug 16, 2023
1 parent f739bbe commit 86e97b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/overview/using-the-standard-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ When using `std`, you have access to a lot of features that exist in [ESP-IDF][e
| ------------------------------ | ------------------------------------------------------------------------------------------------------------- |
| [`embedded-svc`][embedded-svc] | Abstraction traits for embedded services (`WiFi`, `Network`, `Httpd`, `Logging`, etc.) |
| [`esp-idf-svc`][esp-idf-svc] | An implementation of [embedded-svc] using `esp-idf` drivers. |
| [`esp-idf-hal`][esp-idf-sys] | An implementation of the `embedded-hal` and other traits using the `esp-idf` framework. |
| [`esp-idf-sys`][esp-idf-hal] | Rust bindings to the `esp-idf` development framework. Gives raw (`unsafe`) access to drivers, Wi-Fi and more. |
| [`esp-idf-hal`][esp-idf-hal] | An implementation of the `embedded-hal` and other traits using the `esp-idf` framework. |
| [`esp-idf-sys`][esp-idf-sys] | Rust bindings to the `esp-idf` development framework. Gives raw (`unsafe`) access to drivers, Wi-Fi and more. |

The aforementioned crates have interdependencies, and this relationship can be seen below.

Expand Down

0 comments on commit 86e97b3

Please sign in to comment.