8000 Bump third_party/openthread/repo from `de07392` to `cef5ec9` by dependabot[bot] · Pull Request #39873 · project-chip/connectedhomeip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump third_party/openthread/repo from de07392 to cef5ec9 #39873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
/tmp/bloat_reports/
- name: Build CYW30739 Lighting App
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -123,6 +125,8 @@ jobs:
--copy-artifacts-to out/artifacts \
"
- name: Get light size stats
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
cyw30739 CYW30739B2-P5-EVK-01 light \
Expand All @@ -141,8 +145,12 @@ jobs:
out/artifacts/cyw30739-cyw930739m2evb_02-light/lighting_app-CYW930739M2EVB-02.elf \
/tmp/bloat_reports/
- name: Clean out build output
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: rm -rf ./out
- name: Build CYW30739 Light Switch App
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -153,6 +161,8 @@ jobs:
--copy-artifacts-to out/artifacts \
"
- name: Get light-switch size stats
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
cyw30739 CYW30739B2-P5-EVK-01 light-switch \
Expand All @@ -167,8 +177,12 @@ jobs:
out/artifacts/cyw30739-cyw30739b2_p5_evk_03-light-switch/light_switch_app-CYW30739B2-P5-EVK-03.elf \
/tmp/bloat_reports/
- name: Clean out build output
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: rm -rf ./out
- name: Build CYW30739 Lock App
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -179,6 +193,8 @@ jobs:
--copy-artifacts-to out/artifacts \
"
- name: Get lock size stats
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
cyw30739 CYW30739B2-P5-EVK-01 lock \
Expand All @@ -193,8 +209,12 @@ jobs:
out/artifacts/cyw30739-cyw30739b2_p5_evk_03-lock/lock_app-CYW30739B2-P5-EVK-03.elf \
/tmp/bloat_reports/
- name: Clean out build output
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: rm -rf ./out
- name: Build CYW30739 Thermostat App
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand All @@ -205,6 +225,8 @@ jobs:
--copy-artifacts-to out/artifacts \
"
- name: Get thermostat size stats
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
cyw30739 CYW30739B2-P5-EVK-01 thermostat \
Expand All @@ -219,6 +241,8 @@ jobs:
out/artifacts/cyw30739-cyw30739b2_p5_evk_03-thermostat/thermostat-CYW30739B2-P5-EVK-03.elf \
/tmp/bloat_reports/
- name: Clean out build output
# CYW30739 builds disabled: https://github.com/project-chip/connectedhomeip/issues/39964
if: false
run: rm -rf ./out
- name: Uploading Size Reports
uses: ./.github/actions/upload-size-reports
Expand Down
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 262 files
Loading
0