aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-09-22 09:19:04 -0400
committerNathan Perry <np@nathanperry.dev>2024-09-22 09:19:07 -0400
commitd503c4d2d20922268b3f2d9b8705c04bcaf37b17 (patch)
tree620817035d97f71069ac4b8c8bc0e0d29ccae3fb
parentace4f10da0bc47206fa3b14b6d776ad62f695cd7 (diff)
add .cargo/config.toml
-rw-r--r--.cargo/config.toml8
1 files changed, 8 insertions, 0 deletions
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"