Skip to content

Commit

Permalink
Mention both of the choices for HALs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Mar 31, 2022
1 parent 8dc27a2 commit 549531e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ This organization contains a fork of the Rust compiler with added support for th

[esp-rs/rust]: https://github.com/esp-rs/rust
[esp-rs/rust-build]: https://github.com/esp-rs/rust-build

### Hardware Abstraction Layer

We offer two choices for **H**ardware **A**bstraction **L**ayers:

| Repository | Description |
| -------------------- | ---------------------------------------------------------- |
| [esp-rs/esp-idf-hal] | _With_ support for the Rust standard library (`std`) |
| [esp-rs/esp-hal] | _Without_ support for the Rust standard library (`no_std`) |

[esp-rs/esp-idf-hal]: https://github.com/esp-rs/esp-idf-hal
[esp-rs/esp-hal]: https://github.com/esp-rs/esp-hal

0 comments on commit 549531e

Please sign in to comment.