clock_generator/firmware/rust/.cargo/config.toml
finga 52bf0e6eec
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fw-rust: Prepare to implement Si5351 commands
Show settings of Si5351 channels on home screen. Initialize I2c and
Si5351.
2022-04-01 01:55:07 +02:00

7 lines
139 B
TOML

[build]
target = "avr-specs/avr-atmega328p.json"
[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mangled-names"]