diff options
| author | Dominik Boehi <[email protected]> | 2021-06-11 22:58:09 +0200 |
|---|---|---|
| committer | Dominik Boehi <[email protected]> | 2021-06-12 07:06:36 +0200 |
| commit | 0eab96f5735874a6edc80c5ea2c65f245f925a43 (patch) | |
| tree | 583bed61d2bfc1b02f36ab72e5c03c74aedc4f39 /rust-toolchain.toml | |
| parent | def8870cbb5574a6ae53233602d1bcc9f04590ba (diff) | |
Initial support and example for STM32WB55
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 2cb177974..3e084ac46 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | [toolchain] | 3 | [toolchain] |
| 4 | channel = "nightly-2021-05-07" | 4 | channel = "nightly-2021-05-07" |
| 5 | components = [ "rust-src", "rustfmt" ] | 5 | components = [ "rust-src", "rustfmt" ] |
| 6 | targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ] | 6 | targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf" ] |
