[target.thumbv7m-none-eabi]
rustflags = ["-C", "linker=arm-none-eabi-gcc",
             "-C", "link-arg=-Tlink.x",
             "-C", "relocation-model=pic"]

[build]
target = "thumbv7em-none-eabihf"
