aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-11-11 08:04:16 +0000
committerGitHub <[email protected]>2022-11-11 08:04:16 +0000
commitd05979c7085675c33615700f6590b1543ed69323 (patch)
tree58915cdaedd188a716eba8200cdca5ecf090fbe8
parent059610a8de49ff2d38311f343d3d1a6f8d90a720 (diff)
parentcbc97758e391d981d497bf37fe63b5a35913c115 (diff)
parent99682d313b54409c33d471e066ef6aba9f628a68 (diff)
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 <[email protected]>