aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: ae921aa4018b50fa7bfa71c4511dbe6eafac6689 (plain) (blame)
1
2
3
4
5
6
7
8
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2040"

[build]
target = "thumbv6m-none-eabi"

[env]
DEFMT_LOG = "debug,lora=trace,sx127x=debug,embedded_sdmmc_async=info"