Skip to content

Commit db649d0

Browse files
committed
sdk: pin everything to 0.16.8 until a CLI fix is available
Switching to 0.17.0 causes a number of issues with tool paths and download file clashes. Pin everything to 0.16.8 which is the one that everyone has installed until a way forward is available. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
1 parent 162d182 commit db649d0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ download all packages required for a Zephyr build in addition to the toolchains
172172
in the Zephyr SDK.
173173

174174
> [!NOTE]
175-
> This core is validated with version v0.17.0 of the SDK. Compatibility with later versions has not been tested yet.
175+
> This core is validated with version v0.16.8 of the SDK. Compatibility with later versions has not been tested yet.
176176
177177
## 🛠️ Regenerate the compiled core files
178178

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.17.0.path}/bin/
9+
giga.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
73+
nano33ble.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
135+
ek_ra8d1.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
191+
frdm_mcxn947.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
242+
portentah7.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
306+
frdm_rw612.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
356+
niclasense.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
424+
portentac33.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.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.17.0.path}/bin/
480+
opta.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
481481

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

extra/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ west config manifest.project-filter -- "$HAL_FILTER"
2020
west update "$@"
2121
west zephyr-export
2222
pip install -r ../zephyr/scripts/requirements-base.txt
23-
west sdk install --version 0.17.0 -t arm-zephyr-eabi
23+
west sdk install --version 0.16.8 -t arm-zephyr-eabi
2424
west blobs fetch $NEEDED_HALS

extra/zephyr-core-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"packager": "zephyr",
4646
"name": "arm-zephyr-eabi",
47-
"version": "0.17.0"
47+
"version": "0.16.8"
4848
},
4949
{
5050
"packager": "arduino",

0 commit comments

Comments
 (0)