~ruther/simple-clock

ref: 3f2d59f3bdd0ca569426cd9c9c2dd672852d77cb simple-clock/tests/full_checkup/.cargo/config -rw-r--r-- 152 bytes
3f2d59f3 — František Boháček feat(tests): add full checkup testing peripherals 2 years ago
                                                                                
1
2
3
4
5
6
7
8
[target.thumbv7m-none-eabi]
runner = 'probe-run --chip STM32F103C8'
rustflags = [
  "-C", "link-arg=-Tlink.x",
]

[build]
target = "thumbv7m-none-eabi"