-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: tools: add tools section and pages
Added tools section and pages in documentation. This adds readmies for chip-cert and spake2p to the doc pool. Signed-off-by: Grzegorz Ferenc <[email protected]>
- Loading branch information
Showing
6 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
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,61 @@ | ||
# Tools | ||
|
||
The Matter SDK provides tools that allow you to generate and manage different aspects of the Matter development. | ||
|
||
## C++ tools | ||
|
||
Source files for these tools are located at `src/tools`. | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
chip-cert/README | ||
spake2p/README | ||
``` | ||
|
||
## Python tools | ||
|
||
Source files for these tools are located at `scripts/tools`. | ||
|
||
### General tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
tools/memory/README | ||
tools/spake2p/README | ||
``` | ||
|
||
### NXP tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
tools/nxp/factory_data_generator/README | ||
tools/nxp/ota/README | ||
``` | ||
|
||
### Silabs tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
tools/silabs/README | ||
``` | ||
|
||
### Telink tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
tools/telink/readme | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#`FactoryDataProvider` for EFR32 Matter device | ||
# `FactoryDataProvider` for EFR32 Matter device | ||
|
||
## Introduction | ||
|
||
|
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