Files
kb-firmware/.cargo/config.toml
2025-12-12 20:15:55 +01:00

8 lines
163 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "info"