Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: s07641069/connectedhomeip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cbb62385d715bbb5a52a9e3c9042407ed8c05da8
Choose a base ref
..
head repository: s07641069/connectedhomeip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f5a7ae8740c64d7d087f7dc7d5b7263db863972
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/chef.yaml
  2. +1 −1 .github/workflows/examples-telink.yaml
2 changes: 1 addition & 1 deletion .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
@@ -133,7 +133,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 c7368ffbe78ad6d06a2d1bcc75e8e01d47c6f2be"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 47baf3d32390052c07d631049e916c3fcfd40e64"
- name: CI Examples Telink
shell: bash
run: |
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
@@ -378,7 +378,7 @@ jobs:
gh-context: ${{ toJson(github) }}

- name: Update Zephyr version 3.3.0 (branch: develop_3.3) to specific revision (for developers purpose)
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py c7368ffbe78ad6d06a2d1bcc75e8e01d47c6f2be"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 47baf3d32390052c07d631049e916c3fcfd40e64"

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