Skip to content
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

Remove resource monitoring example, add air quality to build scripts #30587

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
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
Loading