Skip to content

Commit a175631

Browse files
committed
Zephyr SDK Version Bump
1 parent bc5186c commit a175631

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.ci/scripts/zephyr-utils.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# LICENSE file in the root directory of this source tree.
77

88
download_arm_zephyr_sdk () {
9-
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/zephyr-sdk-0.17.2_linux-x86_64.tar.xz
10-
tar -xf zephyr-sdk-0.17.2_linux-x86_64.tar.xz
11-
rm -f zephyr-sdk-0.17.2_linux-x86_64.tar.xz
9+
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.3/zephyr-sdk-0.17.3_linux-x86_64.tar.xz
10+
tar -xf zephyr-sdk-0.17.3_linux-x86_64.tar.xz
11+
rm -f zephyr-sdk-0.17.3_linux-x86_64.tar.xz
1212
}
1313

1414
setup_zephyr_et_module () {

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
# TODO @Bujji: Should see if this can be moved into the docker image itself
9494
download_arm_zephyr_sdk
95-
./zephyr-sdk-0.17.2/setup.sh -c -t arm-zephyr-eabi
95+
./zephyr-sdk-0.17.3/setup.sh -c -t arm-zephyr-eabi
9696
cd $ZEPHYR_PROJ_ROOT
9797
setup_zephyr_et_module
9898

examples/arm/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function select_toolchain() {
277277
if [[ "${OS}" == "Linux" ]]; then
278278
if [[ "${target_toolchain}" == "zephyr" ]]; then
279279
# TODO can include support for zephyr toolchain for other host platforms later
280-
toolchain_url="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/toolchain_linux-x86_64_arm-zephyr-eabi.tar.xz"
280+
toolchain_url="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.3/toolchain_linux-x86_64_arm-zephyr-eabi.tar.xz"
281281
toolchain_dir="arm-zephyr-eabi"
282282
toolchain_md5_checksum="93128be0235cf5cf5f1ee561aa6eac5f"
283283
else
@@ -299,7 +299,7 @@ function select_toolchain() {
299299
fi
300300
elif [[ "${OS}" == "Linux" ]]; then
301301
if [[ "${target_toolchain}" == "zephyr" ]]; then
302-
toolchain_url="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/toolchain_linux-aarch64_arm-zephyr-eabi.tar.xz"
302+
toolchain_url="https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.3/toolchain_linux-aarch64_arm-zephyr-eabi.tar.xz"
303303
toolchain_dir="arm-zephyr-eabi"
304304
toolchain_md5_checksum="ef4ca56786204439a75270ba800cc64b"
305305
else

0 commit comments

Comments
 (0)