-
Notifications
You must be signed in to change notification settings - Fork 3k
Enable PSA APIs on Pelion boards #9195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add configurations to KVStore and PSA-Crypto
I marked this for 5.11.2 (as I understood from communication, this is important) |
Please review |
@theamirocohen please add the PRs this PR depends on |
While we wait for the last dependancy, this can be reviewed ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CI started |
It needs 9244 |
Test run: FAILEDSummary: 3 of 11 test jobs failed Failed test jobs:
|
Integrated, CI restarted now |
@0xc0170 I originally removed it because last night it was looking like it wouldn't make it in time. |
re-running CI after rebase |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
re-start CI |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
In addition, fix prints and warnings.
This will need #9362 to pass (not enough ram to run the test) |
Add PSA label - enabling PSA APIs support on Pelion boards - K66F - K66F, NUCLEO_F429ZI - NUCLEO_F411RE - UBLOX_EVK_ODIN_W2
enable entropy injection on: - K64F - K66F - NUCLEO_F411RE - NUCLEO_F429ZI - UBLOX_EVK_ODIN_W2
NUCLEO_F411RE NUCLEO_F429ZI UBLOX_EVK_ODIN_W2
mbedtls performs selftest on all entropy sources. Enable injected source without proper entropy injection causes mbedtls selftest to fail. Application code can still enable entropy injection by adding the macros to mbed_app.json/mbed_lib.json This reverts commit 8c03e3e60d46da71708c4a0e4dacf46a0179d18d.
rebased on top of |
starting CI to see if the issues are resolved after rebase |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Add PSA label - enabling PSA APIs support on Pelion boards
Depends on: #9362
Pull request type
Reviewers
@orenc17 @shelib01