-
Notifications
You must be signed in to change notification settings - Fork 1.4k
crypto: Remove all remaining traces of TinyCrypt #25108
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?
Conversation
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
@katgiadla @PerMac could you please check the changes to the quarantine file? |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 4e11510e3d82cf4e42abd86cd759ccd23e40b66c more detailssdk-nrf:
Github labels
List of changed files detected by CI (12)
Outputs:ToolchainVersion: 46667c6630 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
i don't see issues with quarantine changes |
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-25108/nrf/protocols/bt/bt_mesh/configuring.html |
TinyCrypt was removed from upstream Zephyr in v4.3.0, and as a result NCS no longer includes it either. Clean up remaining traces of it in the codebase. Signed-off-by: Carles Cufi <[email protected]>
0e8c529
to
4e11510
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12744[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25108/2) |
TinyCrypt was removed from upstream Zephyr in v4.3.0, and as a result NCS no longer includes it either.
Clean up remaining traces of it in the codebase.
Jira: NCSDK-30501