Skip to content

Commit

Permalink
Delete dynamic bridge example (#27077)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and pull[bot] committed Sep 7, 2023
1 parent 1fbbbe8 commit 2623465
Show file tree
Hide file tree
Showing 70 changed files with 98 additions and 13,798 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,6 @@ jobs:
linux debug bridge-app \
out/linux-x64-bridge/chip-bridge-app \
/tmp/bloat_reports/
- name: Build example Dynamic Bridge
timeout-minutes: 10
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target linux-x64-dynamic-bridge-ipv6only \
build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
linux debug dynamic-bridge-app-ipv6only \
out/linux-x64-dynamic-bridge-ipv6only/dynamic-chip-bridge-app \
/tmp/bloat_reports/
- name: Build example OTA Provider
timeout-minutes: 10
run: |
Expand Down
9 changes: 0 additions & 9 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ chip-tool/README
darwin-framework-tool/README
```

## Dynamic bridge example

```{toctree}
:glob:
:maxdepth: 1
dynamic-bridge-app/**/README
```

## Java matter controller example

```{toctree}
Expand Down
42 changes: 0 additions & 42 deletions examples/dynamic-bridge-app/bridge-common/BUILD.gn

This file was deleted.

Loading

0 comments on commit 2623465

Please sign in to comment.