diff options
| author | Ulf Lilleengen <[email protected]> | 2021-09-21 13:42:27 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-09-21 14:50:23 +0200 |
| commit | c79485c286d96ca7b1d0bdeb7360488b838a841e (patch) | |
| tree | 58415adb5d9dbdb1a31ab8f9b4b6cc3cb727c986 /rust-toolchain.toml | |
| parent | 14aa4265db25adb75fdcaf66798a878ae789bf9c (diff) | |
Support for STM32L1
* Add RCC
* Fix more issues with dash in chip names
* Update stm32-data version
* Add blinky and spi example
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 d7ad907fd..8f3473433 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | [toolchain] | 3 | [toolchain] |
| 4 | channel = "nightly-2021-08-18" | 4 | channel = "nightly-2021-08-18" |
| 5 | components = [ "rust-src", "rustfmt" ] | 5 | components = [ "rust-src", "rustfmt" ] |
| 6 | targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf", "wasm32-unknown-unknown" ] | 6 | targets = [ "thumbv7em-none-eabi", "thumbv7m-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf", "wasm32-unknown-unknown" ] |
