-
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.
[nrfconnect] Factory data script fixes (#25795)
* [nrf fromlist] [nrfconnect] Import spake2p.py as a module In the factory data generation script, import spake2p.py as a module instead of starting a new process. Also, update the requirements. * [nrfconnect] Fix factory data script after certificate renaming The development certificate names now include the vendor ID component. Also, fix a syntax error due to using "is not" for literals.
- Loading branch information
1 parent
75c96d6
commit b3e4b39
Showing
4 changed files
with
17 additions
and
35 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
jsonschema>=4.4.0 | ||
cbor2>=5.4.3 | ||
ecdsa>=0.18.0 |
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