forgot the .cargo/config.toml file

This commit is contained in:
Yvan 2025-03-13 13:50:24 +00:00
parent dd75b23619
commit f5ce5e7958

8
.cargo/config.toml Normal file
View file

@ -0,0 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs -d"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"