10000 Improved watchdog interface · Issue #10024 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
Improved watchdog interface #10024
Closed
Closed
@H-Sachse

Description

@H-Sachse

I'd like it if it was possible to have more control over the watchdog.

  • allow access to the scratch registers
  • allow changing the timeout on the fly (current workaround seems to be reinstanciating a WDT object.)
  • add read only property for reading the configured timeout.
  • add read only property for reading the tick count.
  • allow disabling the watchdog (for e.g. dropping into REPL programmatically)
    if one of these features is not available on other controllers they could raise NotImplementedError to keep the watchdog interface similar across boards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature requests, new feature implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0