mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00

* Rework watchdog timer drivers to allow enabling/disabling and feeding without traits * Disable all watchdogs prior to `main` using the `__post_init` hook * Update all watchdog-related examples * Update CHANGELOG * Address review comment