]> patrickod personal git archive - tincan.git/blob - rs-lorachat/.cargo/config
further work on getting rust build for m0
[tincan.git] / rs-lorachat / .cargo / config
1 [build]
2 target = "thumbv6m-none-eabi"
3
4 [target.thumbv6m-none-eabi]
5 runner = 'arm-none-eabi-gdb'
6 rustflags = [
7
8   # This is needed if your flash or ram addresses are not aligned to 0x10000 in memory.x
9   # See https://github.com/rust-embedded/cortex-m-quickstart/pull/95
10   "-C", "link-arg=--nmagic",
11
12   "-C", "link-arg=-Tlink.x",
13 ]