aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDominik Boehi <[email protected]>2021-06-11 22:58:09 +0200
committerDominik Boehi <[email protected]>2021-06-12 07:06:36 +0200
commit0eab96f5735874a6edc80c5ea2c65f245f925a43 (patch)
tree583bed61d2bfc1b02f36ab72e5c03c74aedc4f39 /rust-toolchain.toml
parentdef8870cbb5574a6ae53233602d1bcc9f04590ba (diff)
Initial support and example for STM32WB55
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 2cb177974..3e084ac46 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -3,4 +3,4 @@
3[toolchain] 3[toolchain]
4channel = "nightly-2021-05-07" 4channel = "nightly-2021-05-07"
5components = [ "rust-src", "rustfmt" ] 5components = [ "rust-src", "rustfmt" ]
6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ] 6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf" ]