Skip to content

Commit b9f2434

Browse files
authored
Merge pull request stm32duino#1117 from fpistm/xpack
Moved from arm-none-eabi-gcc 9.2.1-1.1 to 9.3.1-1.1
2 parents 9c457e4 + 2e7b8bc commit b9f2434

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/Continuous-Integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- name: Compilation
5454
id: Compile
5555
uses: stm32duino/actions/compile-examples@master
56+
with:
57+
additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/STM32/package_stm_index.json'
5658

5759
# Use the output from the `Compile` step
5860
- name: Compilation Errors

platform.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compiler.warning_flags.default=
1717
compiler.warning_flags.more=-Wall
1818
compiler.warning_flags.all=-Wall -Wextra
1919

20-
compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.2.1-1.1.path}/bin/
20+
compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.3.1-1.1.path}/bin/
2121

2222
compiler.S.cmd=arm-none-eabi-gcc
2323
compiler.c.cmd=arm-none-eabi-gcc
@@ -109,7 +109,7 @@ build.opt.path={build.path}/sketch/{build.opt.name}
109109
extras.path={build.system.path}/extras
110110

111111
# Create empty {build.opt} if not exists in the output sketch dir and force include of SrcWrapper library
112-
recipe.hooks.prebuild.1.pattern="{extras.path}/prebuild.sh" "{build.path}" "{build.source.path}"
112+
recipe.hooks.prebuild.1.pattern="{extras.path}/prebuild.sh" "{build.path}" "{build.source.path}"
113113
recipe.hooks.prebuild.1.pattern.windows="{runtime.tools.STM32Tools.path}/tools/win/busybox.exe" sh "{extras.path}/prebuild.sh" "{build.path}" "{build.source.path}"
114114

115115
# compile patterns
@@ -188,7 +188,7 @@ tools.hid_upload.path.macosx={runtime.tools.STM32Tools.path}/tools/macosx
188188
tools.hid_upload.path.linux={runtime.tools.STM32Tools.path}/tools/linux
189189
tools.hid_upload.upload.params.verbose=-d
190190
tools.hid_upload.upload.params.quiet=n
191-
tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
191+
tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
192192

193193
# Upload using Maple bootloader over DFU
194194
tools.maple_upload.cmd=maple_upload.sh
@@ -207,4 +207,4 @@ tools.remoteproc_gen.busybox.windows={path}/win/busybox.exe
207207
tools.remoteproc_gen.script=run_arduino_gen.sh
208208
tools.remoteproc_gen.upload.params.verbose=
209209
tools.remoteproc_gen.upload.params.quiet=
210-
tools.remoteproc_gen.upload.pattern="{busybox}" sh "{path}/{script}" generate "{build.path}/{build.project_name}.elf" "{build.path}/run_arduino_{build.project_name}.sh"
210+
tools.remoteproc_gen.upload.pattern="{busybox}" sh "{path}/{script}" generate "{build.path}/{build.project_name}.elf" "{build.path}/run_arduino_{build.project_name}.sh"

0 commit comments

Comments
 (0)