-
Notifications
You must be signed in to change notification settings - Fork 1.4k
samples: bluetooth: peripheral_status: LTO for MCUBoot #25709
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
Damian-Nordic
commented
Nov 20, 2025
- Enable LTO for MCUBoot on Thingy:53 to fix flash overflow and align with other samples and applications.
- Switch to new USB stack to fix warnings about using deprecated functions and configuration.
- Revert commit that removes Thingy:53 support.
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: fed1f58ad1fc3da8abbd732b1b46ffa4f66d798b more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
4bc8155 to
b7a7081
Compare
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.
Please update also the https://github.com/nrfconnect/sdk-nrf/blob/main/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst - there is a note about removing the Thingy53 targets.
https://github.com/nrfconnect/sdk-nrf/blob/main/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst?plain=1#L463
Enable LTO for MCUBoot to fix flash overflow and align with other samples and applications. Signed-off-by: Damian Krolik <[email protected]>
Switch to new USB stack to fix warnings about using deprecated functions and configuration. Signed-off-by: Damian Krolik <[email protected]>
…ort" This reverts commit 7b6b4f4. Signed-off-by: Damian Krolik <[email protected]>
Thingy:53 is again supported for peripheral_{status,lbs,uart}.
Signed-off-by: Damian Krolik <[email protected]>
b7a7081 to
fed1f58
Compare