This repository has been archived on 2024-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
2023-11-14 16:25:09 -05:00

13 lines
292 B
Plaintext

# .cargo/config
[build]
# Always compile for the instruction set of the STM32F1
target = "thumbv8m.main-none-eabihf"
# use the Tlink.x scrip from the cortex-m-rt crate
rustflags = [ "-C", "link-arg=-Tlink.x"]
[net]
retry = 3 # network retries
git-fetch-with-cli = true