Initial support and example for STM32WB55

This commit is contained in:
Dominik Boehi
2021-06-11 22:58:09 +02:00
parent def8870cbb
commit 0eab96f573
11 changed files with 201 additions and 2 deletions

View File

@ -3,4 +3,4 @@
[toolchain]
channel = "nightly-2021-05-07"
components = [ "rust-src", "rustfmt" ]
targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ]
targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf" ]