Skip to content

Commit b21aaa5

Browse files
Alain Volmathfruchet-st
Alain Volmat
authored andcommitted
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 <[email protected]>
1 parent 9791111 commit b21aaa5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
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
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)