~ruther/simple-clock

simple-clock/tests/counter/.cargo/config -rw-r--r-- 152 bytes
7f548e43 — František Boháček docs: add basic documentation 1 year, 11 months 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"