Skip to content

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

Merged

Conversation

maje-emb
Copy link
Contributor

Add support for nRF54LV10DK in peripheral_power_profiling sample.

@maje-emb maje-emb requested a review from a team as a code owner June 16, 2025 10:54
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jun 16, 2025
@nordic-piks nordic-piks requested a review from miha-nordic June 16, 2025 10:55
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jun 16, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 3

Inputs:

Sources:

sdk-nrf: PR head: 1ceaf494b3379d438bd1d2587974b0cc909c28dc

more details

sdk-nrf:

PR head: 1ceaf494b3379d438bd1d2587974b0cc909c28dc
merge base: cd83161c055cf0d651fa0799f55d4b2c570f6857
target head (main): 463a619446f0e56fab26d83f41187427670141bb
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (5)
samples
│  ├── bluetooth
│  │  ├── peripheral_power_profiling
│  │  │  ├── Kconfig
│  │  │  ├── boards
│  │  │  │  ├── nrf54lv10dk_nrf54lv10a_cpuapp.conf
│  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c

Outputs:

Toolchain

Version: 4aa3467a6d
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:4aa3467a6d_776d264d2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 6
  • ✅ Integration tests
Disabled integration tests
    • test-fw-nrfconnect-nrf-lrcs_mosh
    • test-fw-nrfconnect-nrf-lrcs_positioning
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

You can find the documentation preview for this PR here.

Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

@grochu grochu left a 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.

@maje-emb maje-emb force-pushed the nrf54lv10_peripheral_power_profiling branch from 4faa674 to 03079ea Compare June 17, 2025 06:59
@maje-emb maje-emb requested a review from a team as a code owner June 17, 2025 06:59
@maje-emb maje-emb requested a review from grochu June 17, 2025 07:06
@maje-emb maje-emb force-pushed the nrf54lv10_peripheral_power_profiling branch from 03079ea to 1ceaf49 Compare June 17, 2025 07:20
Add support for nRF54LV10DK in peripheral_power_profiling sample.

Ref: NCSDK-33990

Signed-off-by: Marcin Jelinski <marcin.jelinski@nordicsemi.no>
@nordic-piks nordic-piks added this to the 3.1.0-preview3 milestone Jun 17, 2025
@nordicjm nordicjm merged commit 9f974f5 into nrfconnect:main Jun 17, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants