From 0eab96f5735874a6edc80c5ea2c65f245f925a43 Mon Sep 17 00:00:00 2001 From: Dominik Boehi Date: Fri, 11 Jun 2021 22:58:09 +0200 Subject: Initial support and example for STM32WB55 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-toolchain.toml') 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 @@ [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" ] -- cgit