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
..
2022-10-26 18:36:04 -05:00
2022-09-21 22:29:57 -04:00
2022-11-10 17:21:42 +01:00
2022-10-24 22:48:40 +03:00
2022-08-26 15:44:58 +02:00
2022-10-26 16:47:29 +02:00
2022-10-24 11:38:15 +03:00
2022-10-24 11:38:15 +03:00
2022-07-10 21:46:45 -05:00