Skip to content

Commit a6579dd

Browse files
committed
[Telink] Use latest Zephyr for w91
1 parent 4bf6cb0 commit a6579dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
platform: telink
109109
- name: Update Zephyr to specific revision (for developers purpose)
110110
shell: bash
111-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3dbcf6859dba8279051cc69ea87d5c5d5b4964ab"
111+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py e71ed05072b624d4fe3434054676e65542d026c8"
112112
- name: CI Examples Telink
113113
shell: bash
114114
run: |

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
gh-context: ${{ toJson(github) }}
5656

5757
- name: Update Zephyr to specific revision (for developers purpose)
58-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3dbcf6859dba8279051cc69ea87d5c5d5b4964ab"
58+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py e71ed05072b624d4fe3434054676e65542d026c8"
5959

6060
- name: Build example Telink (W91) Lighting App
6161
run: |

0 commit comments

Comments
 (0)