-
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.
[Telink] Change factory data generator utility (#24213)
* [Telink] Manufacturing Partition Generator Utility This tool can be used to generate factory data for more bunch of devices. Signed-off-by: Maciej Bojczuk <[email protected]> * [Telink] Add additional python requirements MFG tool require some additional python modules like: * future * pypng * PyQRCode Signed-off-by: Maciej Bojczuk <[email protected]> * [Telink] MFG tool integration with build system Use new tool for factory data generation during building when below config is set: CONFIG_CHIP_FACTORY_DATA=y CONFIG_CHIP_FACTORY_DATA_BUILD=y Signed-off-by: Maciej Bojczuk <[email protected]> * [Telink] Remove old, not needed scripts Remove old, not needed python scripts for factory data generation. Signed-off-by: Maciej Bojczuk <[email protected]> Signed-off-by: Maciej Bojczuk <[email protected]>
- Loading branch information
Showing
10 changed files
with
1,041 additions
and
925 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,3 @@ | ||
future==0.18.2 | ||
pypng==0.0.21 | ||
PyQRCode==1.2.1 |
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
Oops, something went wrong.