Skip to content

Commit 2623465

Browse files
andy31415restyled-commits
authored andcommitted
Delete dynamic bridge example (#27077)
* Delete dynamic bridge * Delete bridge generator * Remove one more bridge usage * Restyled by isort * Also delete valueassign as it is not used anymore (dynamic bridge was using it) --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 1fbbbe8 commit 2623465

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+98
-13798
lines changed

.github/workflows/examples-linux-standalone.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,6 @@ jobs:
181181
linux debug bridge-app \
182182
out/linux-x64-bridge/chip-bridge-app \
183183
/tmp/bloat_reports/
184-
- name: Build example Dynamic Bridge
185-
timeout-minutes: 10
186-
run: |
187-
./scripts/run_in_build_env.sh \
188-
"./scripts/build/build_examples.py \
189-
--target linux-x64-dynamic-bridge-ipv6only \
190-
build"
191-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
192-
linux debug dynamic-bridge-app-ipv6only \
193-
out/linux-x64-dynamic-bridge-ipv6only/dynamic-chip-bridge-app \
194-
/tmp/bloat_reports/
195184
- name: Build example OTA Provider
196185
timeout-minutes: 10
197186
run: |

docs/examples/index.md

-9
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ chip-tool/README
6969
darwin-framework-tool/README
7070
```
7171

72-
## Dynamic bridge example
73-
74-
```{toctree}
75-
:glob:
76-
:maxdepth: 1
77-
78-
dynamic-bridge-app/**/README
79-
```
80-
8172
## Java matter controller example
8273

8374
```{toctree}

examples/dynamic-bridge-app/bridge-common/BUILD.gn

-42
This file was deleted.

0 commit comments

Comments
 (0)