Skip to content

Commit

Permalink
Remove from workflows and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Nov 21, 2023
1 parent 436bf92 commit e796715
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 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

0 comments on commit e796715

Please sign in to comment.