diff --git a/doc/releases/release-notes-4.3.rst b/doc/releases/release-notes-4.3.rst index f913eec4f91..3c31fc88187 100644 --- a/doc/releases/release-notes-4.3.rst +++ b/doc/releases/release-notes-4.3.rst @@ -90,6 +90,15 @@ New Drivers Same as above for boards, this will also be recomputed at the time of the release. Just link the driver, further details go in the binding description +* Interrupt controller + + * STM32 EXTI interrupt/event controller (:dtcompatible:`st,stm32-exti`) has a dedicated driver and API now, separate from STM32 GPIO Interrupt Control driver. + +* RTC + + * STM32 RTC driver has been updated to use the new STM32 EXTI interrupt controller API + + New Samples ***********