mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
Remove references to nightly Rust from ESP examples
This commit is contained in:
parent
a032fa67b0
commit
f145203b54
3 changed files with 1 additions and 11 deletions
|
|
@ -3,11 +3,6 @@ This crate showcases a simple RTIC application for the ESP32-C3.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
# Nightly Rust
|
|
||||||
The ESP32-C3 HAL requires a nightly build of Rust.
|
|
||||||
Following the example of the (Espressif no_std book)[https://docs.esp-rs.org/no_std-training/02_2_software.html], we use this specific build:
|
|
||||||
```rustup toolchain install nightly-2023-11-14 --component rust-src --target riscv32imc-unknown-none-elf```
|
|
||||||
|
|
||||||
# Espressif toolchain
|
# Espressif toolchain
|
||||||
|
|
||||||
This crate uses the most convenient option in ``cargo-espflash`` and ``espflash``
|
This crate uses the most convenient option in ``cargo-espflash`` and ``espflash``
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,6 @@ This crate showcases a simple RTIC application for the ESP32-C6.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
# Nightly Rust
|
|
||||||
The ESP32-C6 HAL requires a nightly build of Rust.
|
|
||||||
Following the example of the (Espressif no_std book)[https://docs.esp-rs.org/no_std-training/02_2_software.html], we use this specific build:
|
|
||||||
```rustup toolchain install nightly-2023-11-14 --component rust-src --target riscv32imac-unknown-none-elf```
|
|
||||||
|
|
||||||
# Espressif toolchain
|
# Espressif toolchain
|
||||||
|
|
||||||
This crate uses the most convenient option in ``cargo-espflash`` and ``espflash``
|
This crate uses the most convenient option in ``cargo-espflash`` and ``espflash``
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2023-11-14"
|
channel = "stable"
|
||||||
components = ["rust-src"]
|
components = ["rust-src"]
|
||||||
targets = ["riscv32imac-unknown-none-elf"]
|
targets = ["riscv32imac-unknown-none-elf"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue