From f5ce5e7958750265eab7337ec009e38e2a69c9b4 Mon Sep 17 00:00:00 2001 From: Yvan Date: Thu, 13 Mar 2025 13:50:24 +0000 Subject: [PATCH] forgot the .cargo/config.toml file --- .cargo/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..84b7d6f --- /dev/null +++ b/.cargo/config.toml @@ -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"