diff --git a/.cargo/config.toml b/.cargo/config.toml index 4b7f228..adb7956 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [build] -target = "thumbv7m-none-eabi" +target = "thumbv7em-none-eabihf" rustflags = [ "-C", "link-arg=-Tlink.x", ] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9f7a8dd..46af74a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] channel = "1.96.0" profile = "default" -targets = ["thumbv7m-none-eabi"] +targets = ["thumbv7em-none-eabihf"] components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src"]