-
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
samples: matter: Moved watchdog enabling into snippet #18783
base: main
Are you sure you want to change the base?
Conversation
Created a dedicated snippet that allows to enable watchdog in the Matter applications. Additionally, watchdog was by default disabled in all dts files to fix the bug that we observe in CI and it leads into unexpected application reboots. Signed-off-by: Kamil Kasperczyk <[email protected]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 2b69aebec1599caff197f0e1aa4066589ff05c95 more detailssdk-nrf:
Github labels
List of changed files detected by CI (67)
Outputs:ToolchainVersion: b81a7cd864 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 Publishing GitHub Action. |
@@ -0,0 +1,8 @@ | |||
/* Copyright (c) 2024 Nordic Semiconductor ASA |
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.
don't see what this snippet has to do with matter (in the name, that is)
nrf52840dk/nrf52840: | ||
append: | ||
EXTRA_DTC_OVERLAY_FILE: boards/nrf52840dk_nrf52840.overlay | ||
nrf5340dk/nrf5340/cpuapp: | ||
append: | ||
EXTRA_DTC_OVERLAY_FILE: boards/nrf5340dk_nrf5340_cpuapp.overlay | ||
nrf7002dk/nrf5340/cpuapp: | ||
append: | ||
EXTRA_DTC_OVERLAY_FILE: boards/nrf7002dk_nrf5340_cpuapp.overlay | ||
thingy53/nrf5340/cpuapp: | ||
append: | ||
EXTRA_DTC_OVERLAY_FILE: boards/nrf5340dk_nrf5340_cpuapp.overlay | ||
nrf54l15dk/nrf54l15/cpuapp: | ||
append: | ||
EXTRA_DTC_OVERLAY_FILE: boards/nrf54l15dk_nrf54l15_cpuapp.overlay | ||
nrf54h20dk/nrf54h20/cpuapp: |
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.
assume these can all be wildcard for any boards with these socs?
Created a dedicated snippet that allows to enable watchdog in the Matter applications. Additionally, watchdog was by default disabled in all dts files to fix the bug that we observe in CI and it leads into unexpected application reboots.
WIP: docs still needed