Skip to content

Commit

Permalink
Fix typo in README-pio.md (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnxoid authored Feb 19, 2025
1 parent 2942c98 commit 799c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-pio.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ See the [Installation chapter of The Rust on ESP Book](https://esp-rs.github.io/

While you **can** target the RISC-V Espressif SOCs (`esp32-cXX` and `esp32-hXX`) with the `espup` installer just fine, SOCs with this architecture are also [supported by the nightly Rust compiler](https://esp-rs.github.io/book/installation/installation.html#risc-v) and by recent, stock Clang compilers (as in Clang 11+):

1. Install a recent Clang. See [Clang Getting Started page](https://clang.llvm.org/get_started.html) as it contains useful guidelines on instalaltion. Recent Linux distros come with suitable Clang already.
1. Install a recent Clang. See [Clang Getting Started page](https://clang.llvm.org/get_started.html) as it contains useful guidelines on installation. Recent Linux distros come with suitable Clang already.
2. Install the `nightly` Rust toolchain with the `rust-src` component included:
```sh
rustup toolchain install nightly --component rust-src
Expand Down

0 comments on commit 799c43c

Please sign in to comment.