From 4b75ca49a1715212fd059d2e0e9e988c2309b792 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 13 Jun 2020 18:38:12 +0200 Subject: Use proper target for stm32f103 --- sw/demo1/.cargo/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/demo1/.cargo/config b/sw/demo1/.cargo/config index 3d62a59..34ba36c 100644 --- a/sw/demo1/.cargo/config +++ b/sw/demo1/.cargo/config @@ -1,8 +1,8 @@ -[target.thumbv7em-none-eabihf] +[target.thumbv7m-none-eabi] runner = 'arm-none-eabi-gdb' rustflags = [ "-C", "link-arg=-Tlink.x", ] [build] -target = "thumbv7em-none-eabihf" +target = "thumbv7m-none-eabi" -- cgit v1.2.3