This commit is contained in:
2025-12-12 20:15:55 +01:00
commit 5caf329f47
7 changed files with 118 additions and 0 deletions

7
.cargo/config.toml Normal file
View File

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