-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bluetooth: Mesh: disable HUK for nrf52 ble mesh #20482
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 5fe4f2098bfa98410ac5e708473c2d0f70ab4407 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
it PN term correct in commit message? Should is be PM? |
@nrfconnect/ncs-co-build-system , please review |
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.
what's PN?
mistyping |
Commit disables HUK usage for nrf52 ble mesh samples since this requires separate PM region and breaks backward compatibility with previous ble mesh releases. Signed-off-by: Aleksandr Khromykh <[email protected]>
8763be5
to
5fe4f20
Compare
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-20482/nrf/libraries/networking/downloader.html |
Commit disables HUK usage for nrf52 ble mesh samples since this requires separate PM region and breaks
backward compatibility with previous ble mesh releases.