Skip to content

Commit 079899c

Browse files
erwangodkalowsk
authored andcommitted
samples: display: Fix stm32n6570_dk fsbl variant
When adding new fsbl variant this sample Kconfig overlay was missed leading to non functional sample on this variant. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent cd17871 commit 079899c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2025 ST Microelectronics
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# On STM32N6 DK board, display being larger, it requires
5+
# more memory to draw squares on the display (40K)
6+
CONFIG_HEAP_MEM_POOL_SIZE=65536

0 commit comments

Comments
 (0)