forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request project-chip#709 in WMN_TOOLS/matter from cpms_imp…
…rovements to silabs Auto-Merge: Pull request project-chip#709: [AUTO] CPMS: Single generator image for EFR32MG12, and EFR32MG24. Merge in WMN_TOOLS/matter from cpms_improvements to silabs Squashed commit of the following: commit 85261890b0ce78a3bdef384263f35bf663d26efd Author: Ricardo Casallas <[email protected]> Date: Mon Apr 24 10:23:11 2023 -0400 CPMS: Single generator image for EFR32MG12, and EFR32MG24.
- Loading branch information
1 parent
a1f56e7
commit 3c4ca63
Showing
347 changed files
with
9,579 additions
and
109,981 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"generate": false, | ||
"cpms": false, | ||
"csr": false, | ||
"vendor_id": 4169, | ||
"product_id": 32773, | ||
"discriminator": 3841, | ||
"attestation": { | ||
"pkcs12": "/temp/kudelski/certs.p12", | ||
"key_pass": "cBiqGji1ARHKQ8gv6kiVh1uJQDn/dMXlTXbNOXwjNDE=", | ||
"certification": "./temp/cd.der" | ||
}, | ||
"spake2p": { | ||
"passcode": 62034001, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1500 | ||
} | ||
} |
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,16 @@ | ||
{ | ||
"csr": true, | ||
"vendor_id": 65521, | ||
"product_id": 32773, | ||
"discriminator": 3840, | ||
"attestation": { | ||
"certification": "./temp/cd.der", | ||
"common_name": "Matter Device" | ||
}, | ||
"spake2p": { | ||
"verifier": "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/iree4lOrao5GuwnlQ65CJzbeUB49s31EH+NEkg0JVI5MGCQGMMT/SRPFNRODm3wH/MBiehuFc6FJ/NH6Rmzw==", | ||
"passcode": 20202021, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1000 | ||
} | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"test": true, | ||
"generate": true, | ||
"vendor_id": 65521, | ||
"product_id": 32773, | ||
"commissioning_flow": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"vendor_id": 4169, | ||
"product_id": 32773, | ||
"discriminator": 3841, | ||
"spake2p": { | ||
"passcode": 62034001, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1500 | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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.