-
Notifications
You must be signed in to change notification settings - Fork 1.4k
nRF Desktop Failsafe module: migration to the Zephyr HWinfo driver and activation on the nRF54H20 DK #19142
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
nRF Desktop Failsafe module: migration to the Zephyr HWinfo driver and activation on the nRF54H20 DK #19142
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 34329a6411761de6e8c0c48784deab72e666e4a3 more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
2fc73a2 to
a95b89e
Compare
|
@MarekPieta, addressed your comments |
|
The Watchdog issue should be fixed after addressing the comments from the Zephyr upstream PR that adds reset reason support for nRF54H20 SoC in the Zephyr HWinfo driver: |
a95b89e to
0b9f1ec
Compare
0b9f1ec to
8f9db24
Compare
|
The issue is resolved as the HW info driver fixes are merged as part of the following PR: |
|
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. |
8f9db24 to
5bf18be
Compare
5bf18be to
fc6ea57
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
fc6ea57 to
4b9e906
Compare
4b9e906 to
00a9f74
Compare
|
Rebased due to the CI failures. No file diff has changed (pure rebase). |
|
@nordicjm, could you review the build system part? |
Updated the nRF Desktop Failsafe module to use the Zephyr HWinfo driver as its dependency instead of relying on the nrfx reset reason helper. Ref: NCSDK-25090 Signed-off-by: Kamil Piszczek <[email protected]>
Enabled the nRF Desktop Failsafe module in the release configuration of the nRF54H20 DK target. Ref: NCSDK-25090 Signed-off-by: Kamil Piszczek <[email protected]>
00a9f74 to
34329a6
Compare
|
Rebased due to the CI failures. No file diff has changed (pure rebase). |
Depends on:
#19028Issues:
Watchdog reset reason bit is always set for the nRF54H20 DK regardless whether the reset is caused by the reset pin (RESET_PIN:0x00000011) or software reset (RESET_SOFTWARE:0x00000012).Out standing items: