-
Notifications
You must be signed in to change notification settings - Fork 1.4k
samples: bluetooth: Additional optimizations for Power Profiling #21332
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
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b24f5e44f54b6937edfc7aeda5b71a911de76668 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)Outputs:ToolchainVersion: 7dbe0e2658 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: |
86ceb3e to
c994ccf
Compare
ef80963 to
a717cbb
Compare
To reduce power consumption, the Bluetooth Peripheral power profiling samples can be configured further. This commit adds such optimizations and updates the documentation to inform the user how to reduce power even more. Signed-off-by: Dominik Kilian <[email protected]>
a717cbb to
b24f5e4
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.
Looks good, just please add a note in the release notes
To avoid checks re-triggering, I will put into release notes PR for 3.0. |
|
To reduce power consumption, the Bluetooth Peripheral power profiling
samples can be configured further. This commit adds such optimizations
and updates the documentation to inform the user how to reduce power
even more.