forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nxp fromtree] Docs: Move platform docs into their own directory and …
…separate into subfolders (project-chip#34233) * Move files and add indexes * Fix references for new paths * Fix references * Fix up some new references * move darwin back into guides * remove darwin from platforms * Restyled by prettier-markdown * whoops, didn't save * Restyled by prettier-markdown * fix dishwasher readme * fix boufallolabs readme * fix links --------- Co-authored-by: Restyled.io <[email protected]> (cherry picked from commit 32a375c)
- Loading branch information
1 parent
79a2e76
commit 634c65a
Showing
199 changed files
with
543 additions
and
343 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# chip-repl | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
- [Matter REPL](./matter-repl.md) | ||
- [Intro](./Matter_REPL_Intro.ipynb) | ||
- [Access Control](./Matter_Access_Control.ipynb) | ||
- [Basic interactions](./Matter_Basic_Interactions.ipynb) | ||
- [Fabric Commissioning](./Matter_Multi_Fabric_Commissioning.ipynb) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# chip-tool | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
- [chip-tool guide](./chip_tool_guide.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Development Controllers | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
chip-repl/index | ||
chip-tool/index | ||
``` | ||
|
||
- [chip-tool](./chip-tool) | ||
- [chip-repl](./chip-repl) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Android | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
[Android - Building](./android_building.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ASR | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
[ASR - Getting Started Guide](./asr_getting_started_guide.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Bouffalolab | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
[Bouffalo Lab - Matter factory data generation](./matter_factory_data.md) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Platform Guides | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
android/index | ||
asr/index | ||
bouffalolab/index | ||
esp32/index | ||
infineon/index | ||
mbedos/index | ||
nrf/index | ||
nxp/index | ||
openiotsdk/index | ||
openthread/index | ||
silabs/index | ||
stm32/index | ||
ti/index | ||
``` | ||
|
||
- [Android](./android/) | ||
- [ASR](./asr/) | ||
- [Bouffalo Lab](./bouffalolab) | ||
- [ESP32](./esp32/) | ||
- [Infineon](./infineon/) | ||
- [MbedOS](./mbedos/) | ||
- [NRF](./nrf/) | ||
- [NXP](./nxp/) | ||
- [OpenIoTSDK](./openiotsdk/) | ||
- [OpenThread](./openthread/) | ||
- [Silabs](./silabs/) | ||
- [STM32](./stm32/) | ||
- [TI](./ti/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Infineon | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
[Provisioning](./infineon_psoc6_software_update.md) | ||
[Software update](./infineon_psoc6_software_update.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# MbedOS | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
[Add new target](./mbedos_add_new_target.md) | ||
[Commissioning](./mbedos_commissioning.md) | ||
[Platform overview](./mbedos_platform_overview.md) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# NRF | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
* | ||
``` | ||
|
||
[Android Commissioning](./nrfconnect_android_commissioning.md) | ||
[Examples CLI](./nrfconnect_examples_cli.md) | ||
[Examples configuration](./nrfconnect_examples_configuration.md) | ||
[Examples Software update](./nrfconnect_examples_software_update.md) | ||
[Factory data](./nrfconnect_factory_data_configuration.md) | ||
[Platform overview](./nrfconnect_platform_overview.md) |
Oops, something went wrong.