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 e6ebccc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 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
30 changes: 10 additions & 20 deletions docs/guides/asr_getting_started_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ platform that uses ASR FreeRTOS SDK.

---

- [ASR Getting Started Guide](#asr-getting-started-guide)
- [Supported Chips](#supported-chips)
- [Matter Example Applications](#matter-example-applications)
- [Building the Example Application](#building-the-example-application)
- [Commissioning](#commissioning)
- [BLE mode](#ble-mode)
- [IP mode](#ip-mode)
- [Shell](#shell)
- [OTA](#ota)
- [ASR Getting Started Guide](#asr-getting-started-guide)
- [Supported Chips](#supported-chips)
- [Matter Example Applications](#matter-example-applications)
- [Building the Example Application](#building-the-example-application)
- [Commissioning](#commissioning)
- [BLE mode](#ble-mode)
- [IP mode](#ip-mode)
- [Shell](#shell)
- [OTA](#ota)

---

Expand All @@ -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 e6ebccc

Please sign in to comment.