You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Silicon Labs devices, all three interfaces are implemented by the [ProvisionStorage](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_sdk/src/platform/silabs/provision/ProvisionStorage.h).
14
+
In Silicon Labs devices, all three interfaces are implemented by the [ProvisionStorage](https://github.com/SiliconLabs/matter_extension/blob/main/third_party/matter_support/provision/headers/ProvisionStorage.h).
15
15
16
16
The provisioning script on this folder now supercedes the following tools:
17
17
@@ -55,16 +55,14 @@ The GFW performs the following tasks:
55
55
- Stores the Attestation Data on the main flash (CD, PAI, DAC)
56
56
- Stores the size and offsets used to store the Attestation Data, along with the KeyId used to store the private-key.
57
57
58
-
The provisioning code resides under `extension/matter_extension` in the SiSDK directory tree for the SDK used in your Studio project, for example `SimplicityStudio/SDKs/sisdk_release_2/extension/matter_extension/provision`.
58
+
The provisioning code resides under `extension/matter_extension` in the SiSDK directory tree for the SDK used in your Studio project, for example `SimplicityStudio/SDKs/sisdk_release/extension/matter_extension/provision`.
59
59
60
-
The main source code of the GFW is located under `./generator`, while the board support is located under `./support`.
61
-
Pre-compiled images for the supported chips can be found in `./images`.
60
+
The board support is located under `./support`. Pre-compiled images for the supported chips can be found in `./images`.
62
61
Backwards-compatibility script files are stored under `./modules/vX_Y` where X.Y matches the targeted version.
0 commit comments