~ruther/simple-clock

ref: 4b0ed457dbadccfd85bb2efcdb87d12500642803 simple-clock/tests/counter/.cargo/config -rw-r--r-- 152 bytes
4b0ed457 — František Boháček tests(src): add tests for calendar tick functions 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"