We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5db75b commit 7d5b706Copy full SHA for 7d5b706
.ci/scripts/zephyr-utils.sh
@@ -6,9 +6,9 @@
6
# LICENSE file in the root directory of this source tree.
7
8
download_arm_zephyr_sdk () {
9
- wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0/zephyr-sdk-0.16.0_linux-x86_64.tar.xz
10
- tar -xf zephyr-sdk-0.16.0_linux-x86_64.tar.xz
11
- rm -f zephyr-sdk-0.16.0_linux-x86_64.tar.xz
+ wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.2/zephyr-sdk-0.17.2_linux-x86_64.tar.xz
+ tar -xf zephyr-sdk-0.17.2_linux-x86_64.tar.xz
+ rm -f zephyr-sdk-0.17.2_linux-x86_64.tar.xz
12
}
13
14
setup_zephyr_et_module () {
0 commit comments