8000 Merge pull request #2315 from fpistm/tools-update · stm32duino/Arduino_Core_STM32@0769f19 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0769f19

Browse files
authored
Merge pull request #2315 from fpistm/tools-update
chore: update xpack arm-none-eabi-gcc and openocd versions
2 parents cd25343 + 4867ed0 commit 0769f19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ compiler.optimization_flags={build.flags.optimize} {build.flags.debug}
2323
compiler.optimization_flags.release={build.flags.optimize} {build.flags.debug}
2424
compiler.optimization_flags.debug=-Og -g
2525

26-
compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-12.2.1-1.2.path}/bin/
26+
compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-13.2.1-1.1.path}/bin/
2727

2828
compiler.S.cmd=arm-none-eabi-gcc
2929
compiler.c.cmd=arm-none-eabi-gcc
@@ -232,6 +232,6 @@ debug.toolchain=gcc
232232
debug.toolchain.path={compiler.path}
233233
debug.toolchain.prefix=arm-none-eabi-
234234
debug.server=openocd
235-
debug.server.openocd.path={runtime.tools.xpack-openocd-0.12.0-1.path}/bin/openocd
236-
debug.server.openocd.scripts_dir={runtime.tools.xpack-openocd-0.12.0-1.path}/openocd/scripts
235+
debug.server.openocd.path={runtime.tools.xpack-openocd-0.12.0-2.path}/bin/openocd
236+
debug.server.openocd.scripts_dir={runtime.tools.xpack-openocd-0.12.0-2.path}/openocd/scripts
237237
debug.server.openocd.script={build.path}/openocd.cfg

0 commit comments

Comments
 (0)
0