diff options
| author | Eli Hastings <eli@seagen.io> | 2025-02-24 16:30:43 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-04-07 21:11:21 +0000 |
| commit | ef09e4b65f3586df6302721de909f66d69e7ba80 (patch) | |
| tree | eafd30c918e13976e3c0021a74972a07a839e3a3 /rust-toolchain.toml | |
| parent | 0efb77300e4c21a7de488c99e6a55919f4e092b6 (diff) | |
Port ESP32-C3 changes to ESP32-C6 branch
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index fe0c92a..93283c1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "stable" components = [ "rust-src", "rustfmt", "llvm-tools-preview" ] -targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi" ] +targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi", "riscv32imc-unknown-none-elf" ] |
