embassy/embassy-stm32
RobertTDowling b857334f92 STM32: Fix race in alarm setting, which impacted scheduling.
Detect potential race condition (should be rare) and return false back
to caller, allowing them to handle the possibility that either the
alarm was never set because it was in the past (old meaning of false),
or that in fact the alarm was set and may have fired within the race
window (new meaning of false). In either case, the caller needs to
make sure the callback got called.
2023-12-17 15:35:35 -08:00
..
src STM32: Fix race in alarm setting, which impacted scheduling. 2023-12-17 15:35:35 -08:00
build.rs * Add GP TIM9 and TIM11 to be used as time_driver 2023-12-09 14:14:34 +01:00
Cargo.toml Merge pull request #2287 from embassy-rs/eh-rc3 2023-12-14 15:29:48 +00:00