~ruther/simple-clock

ref: 86dd835a2a06b72ed83fb15ad12dc4f54905ca93 simple-clock/tests/full_checkup/.cargo/config -rw-r--r-- 152 bytes
86dd835a — František Boháček feat(src): implement Calendar::from_ticks for arbitrary year, add Calendar::to_ticks 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"