[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run"
rustflags = [
  "-C", "link-arg=-Tlink.x",
]

[build]
target = "thumbv6m-none-eabi"    # Cortex-M0 and Cortex-M0+
