-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
applications: nrf_desktop: enable watchdog module for nRF54H20 DK #18914
base: main
Are you sure you want to change the base?
Conversation
Enabled the Watchdog module in release configuration of the nRF Desktop application for the nRF54H20 DK target. Ref: NCSDK-25090 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 7389e49616d521b7c73fd567722058fac5b23287 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: f51bdba1d9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
@@ -4,6 +4,11 @@ | |||
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | |||
*/ | |||
|
|||
/* For nRF54H, watchdog status is disabled by default. Needs to be enabled in DTS overlay. */ |
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.
I wonder if we shouldn't introduce app_release.overlay
for that purpose - watchdog is used only by the release configuration (similar note for nRF54L). We used to keep it in common DTS overlay, because some time ago build system used not to support DTS overlays per build type.
@@ -203,7 +203,7 @@ nRF5340 Audio | |||
nRF Desktop | |||
----------- | |||
|
|||
|no_changes_yet_note| | |||
* Added support for the :ref:`nrf_desktop_watchdog` in the release configuration for the :ref:`zephyr:nrf54h20dk_nrf54h20`. |
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.
Added support
-> Enabled
?
Enabled the Watchdog module in release configuration of the nRF Desktop application for the nRF54H20 DK target.
Ref: NCSDK-25090