Skip to content

Commit

Permalink
Remove resource monitoring example, add air quality to build scripts (#…
Browse files Browse the repository at this point in the history
…30587)

* build_examples: Add new host apps

Resource monitoring and air quality both have linux impls, but
weren't in the script.

* Remove resource monitorig app

Per offline discussion, the resource monitoring app is no longer
used and is superceded by the air purifier app.

* Remove resource monitoring from examples.

* Remove from workflows and docs
  • Loading branch information
cecille authored and pull[bot] committed Jan 19, 2024
1 parent 32da2dc commit 1076784
Show file tree
Hide file tree
Showing 37 changed files with 7 additions and 8,832 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,6 @@ jobs:
- name: clean out build output
run: rm -rf ./out

- name: Build example Telink (B91) Resource Monitoring App
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --target 'telink-tlsr9518adk80d-resource-monitoring' build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
telink tlsr9518adk80d resource-monitoring-app \
out/telink-tlsr9518adk80d-resource-monitoring/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: clean out build output
run: rm -rf ./out

Expand Down
9 changes: 0 additions & 9 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,6 @@ tv-casting-app/APIs.md
window-app/**/README
```

## Resource monitoring example

```{toctree}
:glob:
:maxdepth: 1
resource-monitoring-app/**/README
```

## RVC example

```{toctree}
Expand Down
25 changes: 0 additions & 25 deletions examples/resource-monitoring-app/linux/.gn

This file was deleted.

62 changes: 0 additions & 62 deletions examples/resource-monitoring-app/linux/BUILD.gn

This file was deleted.

24 changes: 0 additions & 24 deletions examples/resource-monitoring-app/linux/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions examples/resource-monitoring-app/linux/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions examples/resource-monitoring-app/linux/args.gni

This file was deleted.

1 change: 0 additions & 1 deletion examples/resource-monitoring-app/linux/build_overrides

This file was deleted.

12 changes: 0 additions & 12 deletions examples/resource-monitoring-app/linux/entrypoint.sh

This file was deleted.

This file was deleted.

69 changes: 0 additions & 69 deletions examples/resource-monitoring-app/linux/src/main.cpp

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1076784

Please sign in to comment.