Draft
Conversation
64b6516 to
3a3602a
Compare
🔎 FLASH Analysispx4_fmu-v5x [Total VM Diff: 288 byte (0.01 %)]px4_fmu-v6x [Total VM Diff: 248 byte (0.01 %)]Updated: 2026-02-19T17:20:47 |
dakejahl
reviewed
Feb 19, 2026
| * @group Commander | ||
| * @boolean | ||
| */ | ||
| PARAM_DEFINE_INT32(COM_ARM_WDG_CHK, 1); |
Contributor
There was a problem hiding this comment.
Do we need to guard this on #if CONFIG_MODULES_TASK_WATCHDOG?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solved Problem
topoutput.Solution
data-logger)topstyle output is writtentask_watchdogdirectoryChangelog Entry
For release notes:
Alternatives
data-loggerand add all of the dumps to the.ulgfile. This is not possible in our case due to the FRAM not allowing to creating even a bare-bones log. So not really possible to enable the file backend on the Skynode-S.Test coverage
Note
data-loggerwatchdog it is not recommended to also use this module as they would both trigger nearly at the same time and both try to run with increased priority