Files
Shubham Patil e6d74cc2e7 Removed mfg_tool, related cleanups, and documentation update
`tools/mfg_tool` is moved to esp-matter-tools repo: https://github.com/espressif/esp-matter-tools/tree/main/mfg_tool.

It is released on pypi: https://pypi.org/project/esp-matter-mfg-tool and can be installed by running `pip install esp-matter-mfg-tool`
2024-06-07 19:11:35 +08:00
..

Manufacturing Partition Generator Utility

mfg_tool is a python utility to help generate the matter manufacturing partitions.

This tool has been moved to esp-matter-tools repository and is released on PyPi (Python Package Index) as esp-matter-mfg-tool.

Installing esp-matter-mfg-tool

python3 -m pip install esp-matter-mfg-tool


Usage examples

esp-matter-mfg-tool -h lists the mandatory as well as optional arguments.

Other usage examples can be found in esp-matter-tools repository