Skip to content

Simple Watchdog Support #5673

Open
Open
@mikaelpatel

Description

@mikaelpatel

I would like to suggest an API to add simple watchdog support to the Arduino core. The default behavior could be to reset the board if locked up more than 5 seconds. The API could be implemented with the hardware watchdog or with a simple counter updated by the millis() ISR and timeout check in main(). Please see the below fork and latest commit for an implementation.

mikaelpatel@80cad52

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: CoreRelated to the code for the standard Arduino APIfeature requestA request to make an enhancement (not a bug fix)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions