-
Notifications
You must be signed in to change notification settings - Fork 1.4k
samples: nfc: system_off: Optimize power consumption for nRF54LM #26441
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
Add board configuration for nRF54LM20DK Enabling PM_DEVICE and PM_DEVICE_RUNTIME Ref: KRKNWK-21307 Signed-off-by: Dawid Przybylo <[email protected]>
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.
Pull request overview
This PR optimizes power consumption for the NFC system_off sample on the nRF54LM20DK board by adding board-specific configuration files that enable power management features.
- Adds board overlay enabling runtime power management for UART20
- Enables PM_DEVICE and PM_DEVICE_RUNTIME configuration options
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| samples/nfc/system_off/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay | Configures UART20 with automatic runtime power management |
| samples/nfc/system_off/boards/nrf54lm20dk_nrf54lm20a_cpuapp.conf | Enables device power management and runtime power management |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e6596e41112cdb9b1cd447fe5827d719b45867df more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)Outputs:ToolchainVersion: f911d4f4e7 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
MarGasiorek
left a comment
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.
Thanks
Add board configuration for nRF54LM20DK
Enabling PM_DEVICE and PM_DEVICE_RUNTIME
Ref: KRKNWK-21307