From 42babf7aa9e9c941d3184e7a009f822deb9d235f Mon Sep 17 00:00:00 2001 From: Alexander Kozhinov Date: Wed, 23 Jul 2025 22:59:30 +0200 Subject: [PATCH] doc: releases: release-notes-4.3.rst add release note for STM32 EXTI driver Signed-off-by: Alexander Kozhinov --- doc/releases/release-notes-4.3.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ***********