From cb0243a8e90414aa33a19e21631e3d9d2e1c40c4 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 31 Aug 2019 16:05:47 -0400 Subject: WIP: SAMD GDB stuff This isn't quite working. --- usb/.cargo/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usb/.cargo') diff --git a/usb/.cargo/config b/usb/.cargo/config index b10f29d..9a30220 100644 --- a/usb/.cargo/config +++ b/usb/.cargo/config @@ -1,2 +1,6 @@ [build] target = "thumbv6m-none-eabi" + +[target.thumbv6m-none-eabi] +rustflags = ["-C", "link-arg=-Tlink.x"] +runner = "gdb-multiarch" -- cgit v1.2.3