From 44ce53de041cfa48a26de04ae196b5b01a3d3404 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Thu, 24 Mar 2022 08:44:09 -0500 Subject: [PATCH] Explicitly pinning toolchain to 1.9031.200702 and updating to latest coordinates. Unpinned seemed to just grab the latest cached version. --- platformio.ini | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/platformio.ini b/platformio.ini index b0874a4..f094f3e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,14 +10,7 @@ lib_deps = greiman/SdFat @ ^2.0.6 upload_protocol = stlink ; Different gcc versions produce much different binaries in terms of speed. -; 1.40804.0 ; 985kb/sec -; 1.60301.0 ; 1012kb/sec *** -; 1.70201.0 ; 926kb/sec -; 1.80301.0 ; 935kb/sec -; 1.80201.181220 ; 921kb/sec -; 1.90201.191206 ; 912kb/sec -; 1.90301.200702 ; default - 955kb/sec -platform_packages = toolchain-gccarmnoneeabi +platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702 build_unflags = -Os