Skip to content

Commit

Permalink
[Telink] Update Zephyr revision & SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Dec 2, 2024
1 parent 368924c commit e6663b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
platform: telink
- name: Update Zephyr to specific revision (for developers purpose)
shell: bash
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 46ac12b997d6f1ced2c5cc86a7e21d880d4b114e"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ed365fdadcf380a0b2e543a7d4ba88ed4f227466"
- name: CI Examples Telink
shell: bash
run: |
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,17 @@ jobs:

- name: Update Zephyr SDK (Temporary change for debugging purpose)
run: |
cd /opt/telink \
rm -rf zephyr-sdk-0.16.1 \
curl --location /~https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz --output zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz \
tar xvf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz \
rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz \
set -e
rm -rf .environment
cd /opt/telink
rm -rf zephyr-sdk-0.16.1
curl --location /~https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz --output zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
tar xvf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz
zephyr-sdk-0.17.0/setup.sh -t riscv64-zephyr-elf
- name: Update Zephyr to specific revision (for developers purpose)
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 46ac12b997d6f1ced2c5cc86a7e21d880d4b114e"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ed365fdadcf380a0b2e543a7d4ba88ed4f227466"

- name: Build example Telink (B92 retention) Air Quality Sensor App
# Run test for master and s07641069 PRs
Expand Down

0 comments on commit e6663b6

Please sign in to comment.