Skip to content

Commit 162d182

Browse files
committed
boards: update arm-zephyr-eabi toolchain to 0.17.0
The core now installs 0.17.0, so use the updated revision in boards.txt as well. Signed-off-by: Luca Burelli <[email protected]>
1 parent 964e74b commit 162d182

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

boards.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu.link_mode=Link mode
66
giga.name=Arduino Giga R1
77
giga.build.core=arduino
88
giga.build.crossprefix=arm-zephyr-eabi-
9-
giga.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
9+
giga.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
1010

1111
giga.menu.debug.false=Standard
1212
giga.menu.debug.true=Debug
@@ -70,7 +70,7 @@ giga.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd
7070
nano33ble.name=Arduino Nano 33 BLE
7171
nano33ble.build.core=arduino
7272
nano33ble.build.crossprefix=arm-zephyr-eabi-
73-
nano33ble.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
73+
nano33ble.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
7474

7575
nano33ble.menu.debug.false=Standard
7676
nano33ble.menu.debug.true=Debug
@@ -132,7 +132,7 @@ nano33ble.debug.cortex-debug.custom.request=attach
132132
ek_ra8d1.name=EK_RA8D1
133133
ek_ra8d1.build.core=arduino
134134
ek_ra8d1.build.crossprefix=arm-zephyr-eabi-
135-
ek_ra8d1.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
135+
ek_ra8d1.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
136136

137137
ek_ra8d1.menu.debug.false=Standard
138138
ek_ra8d1.menu.debug.true=Debug
@@ -188,7 +188,7 @@ ek_ra8d1.bootloader.target=R7FA8D1AH
188188
frdm_mcxn947.name=MCXN947
189189
frdm_mcxn947.build.core=arduino
190190
frdm_mcxn947.build.crossprefix=arm-zephyr-eabi-
191-
frdm_mcxn947.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
191+
frdm_mcxn947.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
192192

193193
frdm_mcxn947.menu.debug.false=Standard
194194
frdm_mcxn947.menu.debug.true=Debug
@@ -239,7 +239,7 @@ frdm_mcxn947.bootloader.target=mcxn947vdf
239239
portentah7.name=Arduino Portenta H7
240240
portentah7.build.core=arduino
241241
portentah7.build.crossprefix=arm-zephyr-eabi-
242-
portentah7.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
242+
portentah7.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
243243

244244
portentah7.menu.debug.false=Standard
245245
portentah7.menu.debug.true=Debug
@@ -303,7 +303,7 @@ portentah7.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd
303303
frdm_rw612.name=RW612
304304
frdm_rw612.build.core=arduino
305305
frdm_rw612.build.crossprefix=arm-zephyr-eabi-
306-
frdm_rw612.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
306+
frdm_rw612.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
307307

308308
frdm_rw612.menu.debug.false=Standard
309309
frdm_rw612.menu.debug.true=Debug
@@ -353,7 +353,7 @@ frdm_rw612.bootloader.target=rw612
353353
niclasense.name=Arduino Nicla Sense ME
354354
niclasense.build.core=arduino
355355
niclasense.build.crossprefix=arm-zephyr-eabi-
356-
niclasense.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
356+
niclasense.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
357357

358358
niclasense.menu.debug.false=Standard
359359
niclasense.menu.debug.true=Debug
@@ -421,7 +421,7 @@ niclasense.debug.cortex-debug.custom.request=attach
421421
portentac33.name=Portenta C33
422422
portentac33.build.core=arduino
423423
portentac33.build.crossprefix=arm-zephyr-eabi-
424-
portentac33.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
424+
portentac33.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
425425

426426
portentac33.menu.debug.false=Standard
427427
portentac33.menu.debug.true=Debug
@@ -477,7 +477,7 @@ portentac33.bootloader.dfuse=-Q
477477
opta.name=Arduino Opta
478478
opta.build.core=arduino
479479
opta.build.crossprefix=arm-zephyr-eabi-
480-
opta.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
480+
opta.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.17.0.path}/bin/
481481

482482
opta.menu.debug.false=Standard
483483
opta.menu.debug.true=Debug

0 commit comments

Comments
 (0)