-
Notifications
You must be signed in to change notification settings - Fork 1.3k
samples: peripheral_power_profiling: Add support for nRF54LV10DK #22818
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
samples: peripheral_power_profiling: Add support for nRF54LV10DK #22818
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 1ceaf494b3379d438bd1d2587974b0cc909c28dc more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)
Outputs:ToolchainVersion: 4aa3467a6d Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
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.
Is it possible to use the CONFIG_BT_POWER_PROFILING_NFC_DISABLED
option to control the Kconfig dependencies related to NFC? E.g. to make it enabled by default for nRF54LV10 make the NFC modules depend on this definition?
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.
Good idea, it is possible.
Updated implementations.
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, I'd just like to check if there is possibility of optimizing the NFC configuration a bit.
4faa674
to
03079ea
Compare
03079ea
to
1ceaf49
Compare
Add support for nRF54LV10DK in peripheral_power_profiling sample. Ref: NCSDK-33990 Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
Add support for nRF54LV10DK in peripheral_power_profiling sample.