From f6340e4d1f6bd9356830e0c73f0bd813912ea2cc Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 21 Sep 2017 15:50:48 -0400 Subject: init --- .cargo/config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .cargo/config (limited to '.cargo') diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..6f29034 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,10 @@ +[target.thumbv7m-none-eabi] +runner = 'arm-none-eabi-gdb' +rustflags = [ + "-C", "link-arg=-Tlink.x", + "-C", "linker=arm-none-eabi-ld", + "-Z", "linker-flavor=ld", +] + +[build] +target = "thumbv7m-none-eabi" -- cgit v1.2.3