diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-20 22:53:44 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-20 22:53:44 -0500 |
| commit | c7b9507a57f2ba28c18b15dd2719a1c56f74a302 (patch) | |
| tree | 1fed754475cdbe4baf0d2f1445ce2777b437de31 /.cargo | |
| parent | 23425f2f0645cdfbf78135848fe87f733072ade3 (diff) | |
`Resource` trait, docs, examples and rtfm-syntax related changes
Diffstat (limited to '.cargo')
| -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..1642997 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,7 @@ +[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", +] |
