We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7631a6 commit 54031d2Copy full SHA for 54031d2
doc/releases/release-notes-3.3.rst
@@ -181,6 +181,9 @@ Deprecated in this release
181
:kconfig:option:`CONFIG_COUNTER_RTC_STM32_CLOCK_LSE` options are now
182
deprecated.
183
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
+
187
* File backend for settings APIs and Kconfig options were deprecated:
188
189
:c:func:`settings_mount_fs_backend` in favor of :c:func:`settings_mount_file_backend`
@@ -384,6 +387,8 @@ Drivers and Sensors
384
387
385
388
* Interrupt Controller
386
389
390
+ * STM32: Driver configuration and initialization is now based on device tree
391
392
* IPM
393
394
* KSCAN
0 commit comments