diff options
Diffstat (limited to 'usb/.cargo/config')
-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" |