doc: releases: release-notes-4.3.rst

add release note for STM32 EXTI driver

Signed-off-by: Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
This commit is contained in:
Alexander Kozhinov 2025-07-23 22:59:30 +02:00 committed by Chris Friedt
parent b6b7b6759d
commit 42babf7aa9

View File

@ -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
***********