embassy/embassy-stm32
bors[bot] c6a11db39e
Merge #854
854: Implement IWDG timeout calculation r=Dirbaio a=chemicstry

Allow specifying `IndependentWatchdog` timeout as `Duration` instead of prescaler value.

Since IWDG is clocked from LSI, which differs between families, I standardized HSI/LSI definitions in RCC and used that.

Co-authored-by: chemicstry <chemicstry@gmail.com>
2022-07-10 21:45:34 +00:00
..
src Merge #854 2022-07-10 21:45:34 +00:00
build.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
Cargo.toml Add embassy-embedded-hal nightly feature 2022-07-09 23:41:02 +02:00