Skip to content

Commit 54031d2

Browse files
erwangofabiobaltieri
authored andcommitted
doc: release-notes-3.3: Document stm32 exti related change
Document changes that were made to STM32 interrupt controller. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent d7631a6 commit 54031d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ Deprecated in this release
181181
:kconfig:option:`CONFIG_COUNTER_RTC_STM32_CLOCK_LSE` options are now
182182
deprecated.
183183

184+
* STM32 Interrupt controller Kconfig symbols such as :kconfig:option:`CONFIG_EXTI_STM32_EXTI0_IRQ_PRI`
185+
are removed. Related IRQ prioritues should now be configured in device tree.
186+
184187
* File backend for settings APIs and Kconfig options were deprecated:
185188

186189
:c:func:`settings_mount_fs_backend` in favor of :c:func:`settings_mount_file_backend`
@@ -384,6 +387,8 @@ Drivers and Sensors
384387

385388
* Interrupt Controller
386389

390+
* STM32: Driver configuration and initialization is now based on device tree
391+
387392
* IPM
388393

389394
* KSCAN

0 commit comments

Comments
 (0)