From 20674f7126c52d5c9a7584f266463b3da8a1a38e Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Mon, 11 Oct 2021 10:39:38 +0200 Subject: Initial support for nrf9160 --- 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 8f3473433..00901f820 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -3,4 +3,4 @@ [toolchain] channel = "nightly-2021-08-18" components = [ "rust-src", "rustfmt" ] -targets = [ "thumbv7em-none-eabi", "thumbv7m-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf", "wasm32-unknown-unknown" ] +targets = [ "thumbv7em-none-eabi", "thumbv7m-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf", "thumbv8m.main-none-eabihf", "wasm32-unknown-unknown" ] -- cgit