Skip to content

Commit f4606c0

Browse files
committed
[Telink] Update Zephyr hash
1 parent 8cf89d9 commit f4606c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chef.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
platform: telink
134134
- name: Update Zephyr to specific revision (for developers purpose)
135135
shell: bash
136-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 6d8936ab363a08a17a528af4edec530975f46b8c"
136+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 417d10f788a51fe592bb96bcbfb40b44909c69f6"
137137
- name: CI Examples Telink
138138
shell: bash
139139
run: |

.github/workflows/examples-telink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
gh-context: ${{ toJson(github) }}
5959

6060
- name: Update Zephyr version 4.1.0 (develop) to specific revision (for developers purpose)
61-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 6d8936ab363a08a17a528af4edec530975f46b8c"
61+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 417d10f788a51fe592bb96bcbfb40b44909c69f6"
6262

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

0 commit comments

Comments
 (0)