Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickeroni committed Jun 6, 2023
2 parents 290c672 + 4f6923f commit db30a5a
Show file tree
Hide file tree
Showing 89 changed files with 434 additions and 13,770 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
2 changes: 1 addition & 1 deletion build/chip/java/config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java_path = getenv("JAVA_PATH")
declare_args() {
java_matter_controller_dependent_paths = []
matter_enable_java_compilation = false
if (java_path != "" && current_os != "android") {
if (java_path != "" && current_os == "linux") {
java_matter_controller_dependent_paths += [ "${java_path}/include/" ]

if (current_os == "mac") {
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.

0 comments on commit db30a5a

Please sign in to comment.