embassy/embassy-stm32
bors[bot] d05979c708
Merge #1052 #1053
1052: stm32: Fix watchdog division by zero for 256 prescaler, add watchdog … r=lulf a=matoushybl

…example for H7

The problem is that `2u8.powi(8) == 0`, which causes division by zero.

1053: Disable MMC interrupts r=lulf a=matoushybl

MMC interrupts can cause firmware hangup - refer to: https://github.com/stm32-rs/stm32h7xx-hal/issues/275 for more information

Fixes #594 

Co-authored-by: Matous Hybl <hyblmatous@gmail.com>
2022-11-11 08:04:16 +00:00
..
src Merge #1052 #1053 2022-11-11 08:04:16 +00:00
build.rs implement support for LPUART 2022-08-19 12:05:19 +02:00
Cargo.toml Merge #1025 2022-10-26 19:34:43 +00:00