modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
748 stars 132 forks source link

[stm32] Watchdog IWDG driver #1009

Closed victorandrehc closed 1 year ago

victorandrehc commented 1 year ago

This is a proposal to add basic iwdg support to modm.

victorandrehc commented 1 year ago

@rleh I am not really getting why the macos test is failing.

rleh commented 1 year ago

There currently is an issue with the MacOS CI, has something to do with apple thinking it's a good idea to link g++ to their Clang/LLVM binary. Clang 14 seems to have some issues.

We can just ignore it for this pull request.