File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66# LICENSE file in the root directory of this source tree.
77
88download_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
1414setup_zephyr_et_module () {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments