aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-01-04 13:35:01 +0100
committerUlf Lilleengen <[email protected]>2023-01-04 13:38:43 +0100
commit2332d8cd2396a01fdeaf61dce814da79503c8f70 (patch)
tree29973b0546383f536f955f495cfad56265d4d3d4 /rust-toolchain.toml
parentbf4c0de16a119b9e3a42daf76c4bc60face3c2a1 (diff)
feat: compile bootloader examples for nRF91
* Add nRF91 as target in CI builds * Add example linker scripts for nrf91 * Make less nRF52 assumptions example config * Add llvm-tools-preview required for cargo objcopy example
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 55539405f..f2adc4357 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -2,7 +2,7 @@
2# https://rust-lang.github.io/rustup-components-history 2# https://rust-lang.github.io/rustup-components-history
3[toolchain] 3[toolchain]
4channel = "nightly-2022-11-22" 4channel = "nightly-2022-11-22"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
6targets = [ 6targets = [
7 "thumbv7em-none-eabi", 7 "thumbv7em-none-eabi",
8 "thumbv7m-none-eabi", 8 "thumbv7m-none-eabi",