From 54031d2b62ff2c5bb10f88e09843140408e1965e Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Tue, 17 Jan 2023 14:00:45 +0100 Subject: [PATCH] doc: release-notes-3.3: Document stm32 exti related change Document changes that were made to STM32 interrupt controller. Signed-off-by: Erwan Gouriou --- doc/releases/release-notes-3.3.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/release-notes-3.3.rst b/doc/releases/release-notes-3.3.rst index cb83c6189e3..b35953fad63 100644 --- a/doc/releases/release-notes-3.3.rst +++ b/doc/releases/release-notes-3.3.rst @@ -181,6 +181,9 @@ Deprecated in this release :kconfig:option:`CONFIG_COUNTER_RTC_STM32_CLOCK_LSE` options are now deprecated. +* STM32 Interrupt controller Kconfig symbols such as :kconfig:option:`CONFIG_EXTI_STM32_EXTI0_IRQ_PRI` + are removed. Related IRQ prioritues should now be configured in device tree. + * File backend for settings APIs and Kconfig options were deprecated: :c:func:`settings_mount_fs_backend` in favor of :c:func:`settings_mount_file_backend` @@ -384,6 +387,8 @@ Drivers and Sensors * Interrupt Controller + * STM32: Driver configuration and initialization is now based on device tree + * IPM * KSCAN