Skip to content

Commit 7c5e43a

Browse files
FRASTMhenrikbrixandersen
authored andcommitted
doc: release 3.6: no CACHE_MANAGEMENT by default on stm32h7/f7
Mentioning that stm32h7 and stm32F7 series do not have the CONFIG_CACHE_MANAGEMENT by default. The application must explicitly set CONFIG_CACHE_MANAGEMENT=y to activate the cache (Icache, Dcache) on those stm32 series. Signed-off-by: Francois Ramu <[email protected]> (cherry picked from commit 1c59fa5)
1 parent 850601b commit 7c5e43a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/releases/migration-guide-3.6.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Kernel
4646
:kconfig:option:`CONFIG_HEAP_MEM_POOL_IGNORE_MIN` option has been introduced (which defaults
4747
being disabled).
4848

49+
* STM32H7 and STM32F7 should now activate the cache (Icache and Dcache) by setting explicitly
50+
the ``CONFIG_CACHE_MANAGEMENT`` to ``y``.
51+
4952
Boards
5053
******
5154

0 commit comments

Comments
 (0)