From d547c5c5c9834dbb1dbe000b42e09b22f064f947 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Apr 2020 21:47:17 +0200 Subject: Add demo1 stm32f103 example with blinky code --- sw/demo1/.cargo/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sw/demo1/.cargo/config (limited to 'sw/demo1/.cargo/config') diff --git a/sw/demo1/.cargo/config b/sw/demo1/.cargo/config new file mode 100644 index 0000000..3d62a59 --- /dev/null +++ b/sw/demo1/.cargo/config @@ -0,0 +1,8 @@ +[target.thumbv7em-none-eabihf] +runner = 'arm-none-eabi-gdb' +rustflags = [ + "-C", "link-arg=-Tlink.x", +] + +[build] +target = "thumbv7em-none-eabihf" -- cgit v1.2.3