From d503c4d2d20922268b3f2d9b8705c04bcaf37b17 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 22 Sep 2024 09:19:04 -0400 Subject: add .cargo/config.toml --- .cargo/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..62f9cda --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,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" -- cgit v1.3.1