From 8f0901cf44c9fc7810a02bfbd3531441fb90a83e Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 1 Aug 2021 23:14:13 +1000 Subject: [PATCH] Clean up .cargo/config --- .cargo/config | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.cargo/config b/.cargo/config index 9cf47ed..463a715 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,5 +1,4 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -#runner = "./probe-run.sh" runner = "probe-run-rp --chip RP2040" rustflags = [ @@ -14,11 +13,4 @@ rustflags = [ ] [build] -# Pick ONE of these compilation targets -target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ -# target = "thumbv7m-none-eabi" # Cortex-M3 -# target = "thumbv7em-none-eabi" # Cortex-M4 and Cortex-M7 (no FPU) -# target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU) -# target = "thumbv8m.base-none-eabi" # Cortex-M23 -# target = "thumbv8m.main-none-eabi" # Cortex-M33 (no FPU) -# target = "thumbv8m.main-none-eabihf" # Cortex-M33 (with FPU) +target = "thumbv6m-none-eabi"