From 650a60840235aef5f3e1dfd88b8e61b9c53aa2cf Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sun, 18 Aug 2024 15:12:42 +0100 Subject: [PATCH] Set the rp235x-hal-examples to build in ARM mode by default --- rp235x-hal-examples/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp235x-hal-examples/.cargo/config.toml b/rp235x-hal-examples/.cargo/config.toml index 9a4c34af4..30825f973 100644 --- a/rp235x-hal-examples/.cargo/config.toml +++ b/rp235x-hal-examples/.cargo/config.toml @@ -7,7 +7,7 @@ [build] # Set the default target to match the Cortex-M33 in the RP2350 -# target = "thumbv8m.main-none-eabihf" +target = "thumbv8m.main-none-eabihf" # This is the hard-float ABI for Arm mode. #