diff options
author | Brian Cully <bjc@kublai.com> | 2019-09-09 20:15:21 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-09-09 20:45:08 -0400 |
commit | c1422f40d1ec9f77cc72c9425e67e97150bb2f52 (patch) | |
tree | c1756087df282369ba856b1c384ef061af12f63e /.cargo/config | |
parent | fdd4cfd1eb4995c192184aaa6ff073cee50852cb (diff) | |
download | bleusb-c1422f40d1ec9f77cc72c9425e67e97150bb2f52.tar.gz bleusb-c1422f40d1ec9f77cc72c9425e67e97150bb2f52.zip |
Convert to workspace.
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..cfc165f --- /dev/null +++ b/.cargo/config @@ -0,0 +1,7 @@ +[target.thumbv7em-none-eabihf] +rustflags = ["-C", "link-arg=-Tlink.x"] +runner = "gdb-multiarch" + +[target.thumbv6m-none-eabi] +rustflags = ["-C", "link-arg=-Tlink.x"] +runner = "gdb-multiarch" |