Skip to content

Commit

Permalink
remove unused env in CI; remove app list
Browse files Browse the repository at this point in the history
  • Loading branch information
tx2rx committed Jun 7, 2023
1 parent 5866148 commit 9b048c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ env:
jobs:
asr:
name: ASR
env:
BUILD_TYPE: asr

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'
Expand Down
12 changes: 1 addition & 11 deletions docs/guides/asr_getting_started_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,7 @@ The ASR platform is supported on:
## Matter Example Applications

Sample Matter applications are provided for the ASR platform. They can be used
to speed up development:

- all-clusters-app
- all-clusters-minimal-app
- [lighting-app](../../examples/lighting-app/asr/README.md)
- light-switch-app
- lock-app
- ota-requestor-app
- temperature-measurement-app
- bridge-app
- thermostat
to speed up development. You can find them in the samples with `/asr` subfolder.

## Building the Example Application

Expand Down

0 comments on commit 9b048c5

Please sign in to comment.