diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-31 16:05:47 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-31 16:33:19 -0400 |
commit | cb0243a8e90414aa33a19e21631e3d9d2e1c40c4 (patch) | |
tree | 8ab398dc80c668f140a1bfcc0cbc840c02661ea0 /usb/.cargo | |
parent | 5c7098f2a41b68fc18b4eb18482dc2da21df3d43 (diff) | |
download | bleusb-cb0243a8e90414aa33a19e21631e3d9d2e1c40c4.tar.gz bleusb-cb0243a8e90414aa33a19e21631e3d9d2e1c40c4.zip |
WIP: SAMD GDB stuff
This isn't quite working.
Diffstat (limited to 'usb/.cargo')
-rw-r--r-- | usb/.cargo/config | 4 |
1 files changed, 4 insertions, 0 deletions
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" |