[alias]
be = "build --examples"
br = "build --release"

re = "run --example"
rre = "run --release --example"

[target.thumbv7em-none-eabihf]
runner = 'arm-none-eabi-gdb -q -x openocd.gdb'

[build]
target = "thumbv7em-none-eabihf"
rustflags = [
   "-C", "link-arg=-Tlink.x",
]
