aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 62f9cda4026df779bc8f1374abfb259ecd930d23 (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=info"