Skip to content

Commit 02e6169

Browse files
mathieuchopstmjhedberg
authored andcommitted
doc: migration_guide: 4.3: add note about CONFIG_CLOCK_STM32_HSE_CLOCK
Document that CONFIG_CLOCK_STM32_HSE_CLOCK is no longer user-configurable and the replacement mechanism for setting its value (through Device Tree). Signed-off-by: Mathieu Choplain <[email protected]>
1 parent ef15c3d commit 02e6169

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ ADC
6767
* ``iadc_gecko.c`` driver is replaced by ``adc_silabs_iadc.c``.
6868
:dtcompatible:`silabs,gecko-iadc` is replaced by :dtcompatible:`silabs,iadc`.
6969

70+
Clock Control
71+
=============
72+
73+
* :kconfig:option:`CONFIG_CLOCK_STM32_HSE_CLOCK` is no longer user-configurable. Its value is now
74+
always taken from the ``clock-frequency`` property of ``&clk_hse`` DT node, but only if the node
75+
is enabled (otherwise, the symbol is not defined). This change should only affect STM32 MPU-based
76+
platforms and aligns them with existing practice from STM32 MCU platforms.
77+
7078
Comparator
7179
==========
7280

0 commit comments

Comments
 (0)