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:
parent
f88aa82b39
commit
0501e7ad20
2 changed files with 12 additions and 0 deletions
6
samples/drivers/display/boards/stm32n6570_dk.conf
Normal file
6
samples/drivers/display/boards/stm32n6570_dk.conf
Normal 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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue