-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: [nrf fromtree] bluetooth: mesh: use new Kconfig CONFIG_PSA_CRYPTO #25259
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
base: main
Are you sure you want to change the base?
manifest: sdk-zephyr: [nrf fromtree] bluetooth: mesh: use new Kconfig CONFIG_PSA_CRYPTO #25259
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 8ce94e97de26db87015c7df004c4f25527b44110 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (48)Outputs:ToolchainVersion: cfa6b06338 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
8add36e to
63fc722
Compare
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
The Kconfig options CONFIG_BT_MESH_USES_MBEDTLS_PSA and CONFIG_BT_MESH_USES_TFM_PSA have been removed from Zephyr. The selection of the PSA Crypto provider is now automatically controlled by Kconfig CONFIG_PSA_CRYPTO. This updates the bluetooth mesh subsystem and tests to follow the approach of choosing a PSA crypto provider. Ref: NCSDK-35983 Signed-off-by: Georgios Vasilakis <[email protected]>
63fc722 to
8ce94e9
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3431