This commit is contained in:
2026-02-24 22:29:23 +01:00
commit adc3f0aada
7 changed files with 938 additions and 0 deletions

8
.cargo/config.toml Normal file
View File

@@ -0,0 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip STM32WLE5JC"
[build]
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "debug"