diff options
| author | Robin Mueller <[email protected]> | 2025-03-09 20:55:11 +0100 |
|---|---|---|
| committer | Robin Mueller <[email protected]> | 2025-05-28 17:00:42 +0200 |
| commit | 5a07ea5d851768223e2e41342e69d14c1afb2b2b (patch) | |
| tree | a9b6980ee1c3301bef0dc7c8d287add2ed4a43a8 /rust-toolchain-nightly.toml | |
| parent | f35aa4005a63e8d478b2b95aaa2bfb316b72dece (diff) | |
Add support for Cortex-A/R
Diffstat (limited to 'rust-toolchain-nightly.toml')
| -rw-r--r-- | rust-toolchain-nightly.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-toolchain-nightly.toml b/rust-toolchain-nightly.toml index d803b29a0..e75ea40cc 100644 --- a/rust-toolchain-nightly.toml +++ b/rust-toolchain-nightly.toml | |||
| @@ -9,4 +9,5 @@ targets = [ | |||
| 9 | "thumbv8m.main-none-eabihf", | 9 | "thumbv8m.main-none-eabihf", |
| 10 | "riscv32imac-unknown-none-elf", | 10 | "riscv32imac-unknown-none-elf", |
| 11 | "wasm32-unknown-unknown", | 11 | "wasm32-unknown-unknown", |
| 12 | "armv7a-none-eabi", | ||
| 12 | ] | 13 | ] |
