modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
733 stars 131 forks source link

[stm32] EXTI fixes #1066

Closed twast92 closed 1 year ago

twast92 commented 1 year ago

Fix spurious EXTI interrupts with multiple enabled lines sharing the same IRQ Fix compilation of Exti::disconnect()

These commits were cherry-picked from #1052

salkinium commented 1 year ago

Unrelated, but I need to split up the STM32G0 compile tests, they run 92mins, which is way too long.