From d61111741cd3fb2866c0cb49c2e61c9187a19e05 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 21 Mar 2024 15:31:20 +0100 Subject: [PATCH 1/2] chore: update to xpack arm-none-eabi-gcc v13.2.1-1.1 Signed-off-by: Frederic Pillon --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index e8de0ea428..8b5df9d38f 100644 --- a/platform.txt +++ b/platform.txt @@ -23,7 +23,7 @@ compiler.optimization_flags={build.flags.optimize} {build.flags.debug} compiler.optimization_flags.release={build.flags.optimize} {build.flags.debug} compiler.optimization_flags.debug=-Og -g -compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-12.2.1-1.2.path}/bin/ +compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-13.2.1-1.1.path}/bin/ compiler.S.cmd=arm-none-eabi-gcc compiler.c.cmd=arm-none-eabi-gcc From 4867ed0470430a062d21f801fa4eb573b19d546a Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 21 Mar 2024 15:32:16 +0100 Subject: [PATCH 2/2] chore: update to xpack-openocd v0.12.0-2 Signed-off-by: Frederic Pillon --- platform.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.txt b/platform.txt index 8b5df9d38f..41cab959d6 100644 --- a/platform.txt +++ b/platform.txt @@ -232,6 +232,6 @@ debug.toolchain=gcc debug.toolchain.path={compiler.path} debug.toolchain.prefix=arm-none-eabi- debug.server=openocd -debug.server.openocd.path={runtime.tools.xpack-openocd-0.12.0-1.path}/bin/openocd -debug.server.openocd.scripts_dir={runtime.tools.xpack-openocd-0.12.0-1.path}/openocd/scripts +debug.server.openocd.path={runtime.tools.xpack-openocd-0.12.0-2.path}/bin/openocd +debug.server.openocd.scripts_dir={runtime.tools.xpack-openocd-0.12.0-2.path}/openocd/scripts debug.server.openocd.script={build.path}/openocd.cfg