MATTER-5886: Adds fix for PSA crypto flavor of 917SoC#425
Open
Rohan Sahay (rosahay-silabs) wants to merge 5 commits intomainfrom
Open
MATTER-5886: Adds fix for PSA crypto flavor of 917SoC#425Rohan Sahay (rosahay-silabs) wants to merge 5 commits intomainfrom
Rohan Sahay (rosahay-silabs) wants to merge 5 commits intomainfrom
Conversation
b60ad8b to
88f72ff
Compare
88f72ff to
b4d6e6e
Compare
- Updated `matter_provision_flash.slcc` to remove the Tinycrypt flavor and include the generic `matter_crypto_siwx917`. - Modified `matter_crypto_psa_siwx917.slcc` and `matter_crypto_tinycrypt_siwx917.slcc` to ensure both provide the `matter_crypto_siwx917` dependency, aligning with the new structure.
- Changed the path for the PSA crypto configuration file from `siwx917-chip-psa-config.h` to `siwx917-chip-psa-crypto-config.h`. - Updated define names to reflect user configuration files for MBEDTLS.
…and Wiseconnect SDK
- Changed the path for the PSA configuration file from `siwx917-chip-psa-crypto-config.h` to `siwx917-chip-psa-config.h`. - Updated the define for `MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE` to reflect the new file path.
b4d6e6e to
9d07d2e
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Link: MATTER-5886
Description of Problem/Feature: PSA crypto build was failing on the SLC build system for the SiWx917 SoC board.
Description of Fix/Solution: Clearing out the hard requirements for the tinycrypt flavor in favor of more configurable options in the build process, keeping the hard requirement of using one of the flavors.
Testing Done: Manually, locally with the 917SoC and changing the build to use
matter_crypto_psa_siwx917Dependencies:
mainto include the above PRs