-
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 (#26262)
* 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]> * doc: move NXP manufacturing guide doc to fix links Moved the NXP manufacturing data guide into docs/guides. Added the guide to the doc pool and updated links. Signed-off-by: Grzegorz Ferenc <[email protected]> * Restyled by prettier-markdown --------- Signed-off-by: Grzegorz Ferenc <[email protected]> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
12 changed files
with
79 additions
and
9 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
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,63 @@ | ||
# 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 | ||
../src/tools/chip-cert/README | ||
../src/tools/spake2p/README | ||
``` | ||
|
||
## Python tools | ||
|
||
Source files for these tools are located at `scripts/tools`. | ||
|
||
### General tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
../scripts/tools/memory/README | ||
../scripts/tools/spake2p/README | ||
``` | ||
|
||
### NXP tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
../scripts/tools/nxp/factory_data_generator/README | ||
../scripts/tools/nxp/ota/README | ||
``` | ||
|
||
### Silabs tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
../scripts/tools/silabs/README | ||
``` | ||
|
||
### Telink tools | ||
|
||
```{toctree} | ||
:glob: | ||
:maxdepth: 1 | ||
../scripts/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
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
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