blob: a2ff8fd1587f894c2b59db8ca1a8d54423fbfaeb [file] [log] [blame] [view]
Grzegorz Ferencf1096a52023-04-28 08:14:09 +02001# Tools
2
3The Matter SDK provides tools that allow you to generate and manage different
4aspects of the Matter development.
5
6## C++ tools
7
8Source files for these tools are located at `src/tools`.
9
10```{toctree}
11:glob:
12:maxdepth: 1
13
14../src/tools/chip-cert/README
15../src/tools/spake2p/README
16
17```
18
19## Python tools
20
21Source files for these tools are located at `scripts/tools`.
22
23### General tools
24
25```{toctree}
26:glob:
27:maxdepth: 1
28
29../scripts/tools/memory/README
30../scripts/tools/spake2p/README
Grzegorz Ferencf1096a52023-04-28 08:14:09 +020031
32```
33
34### NXP tools
35
36```{toctree}
37:glob:
38:maxdepth: 1
39
40../scripts/tools/nxp/factory_data_generator/README
41../scripts/tools/nxp/ota/README
42
43```
44
45### Silabs tools
46
47```{toctree}
48:glob:
49:maxdepth: 1
50
51../scripts/tools/silabs/README
Michael Rupp5d280de2024-07-31 22:31:44 -040052../scripts/tools/silabs/ota/README
53../scripts/tools/silabs/factory_data_generator/README
Grzegorz Ferencf1096a52023-04-28 08:14:09 +020054
55```
56
57### Telink tools
58
59```{toctree}
60:glob:
61:maxdepth: 1
62
63../scripts/tools/telink/readme
64
65```