samples: drivers: display: add stm32n6570_dk specific conf

Add stm32n6570_dk conf file in order to increase the amount of
HEAP to ensure k_malloc allocation goes well.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
This commit is contained in:
Alain Volmat 2025-04-07 13:04:08 +02:00 committed by Benjamin Cabé
commit 0501e7ad20
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# Copyright (c) 2025 ST Microelectronics
# SPDX-License-Identifier: Apache-2.0
# On STM32N6 DK board, display being larger, it requires
# more memory to draw squares on the display (40K)
CONFIG_HEAP_MEM_POOL_SIZE=65536

View file

@ -0,0 +1,6 @@
# Copyright (c) 2025 ST Microelectronics
# SPDX-License-Identifier: Apache-2.0
# On STM32N6 DK board, display being larger, it requires
# more memory to draw squares on the display (40K)
CONFIG_HEAP_MEM_POOL_SIZE=65536