Skip to content

include: zephyr: task_wdt: Easily disable Task Watchdog #93672

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RICCIARDI-Adrien
Copy link
Contributor

The Task Watchdog can fire when a board is halted on a breakpoint during a debugging session.

These changes allow to easily neutralize the Task Watchdog by just setting CONFIG_TASK_WDT=n without having to comment all the Task Watchdog API function calls.

I used a #ifdef per function to avoid duplicating the comments.

The Task Watchdog can fire when a board is halted on a breakpoint during
a debugging session.

These changes allow to easily neutralize the Task Watchdog by just setting
`CONFIG_TASK_WDT=n` without having to comment all the Task Watchdog
API function calls.

Signed-off-by: Adrien Ricciardi <aricciardi@baylibre.com>
@zephyrbot zephyrbot added the area: Task Watchdog Task Watchdog subsystem label Jul 24, 2025
@zephyrbot zephyrbot requested a review from martinjaeger July 24, 2025 13:19
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Task Watchdog Task Watchdog subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants