Skip to content

Commit 7c47371

Browse files
Alain Volmatcfriedt
authored andcommitted
samples: display: add stm32h7s78_dk board dedicated conf
Due to the large display of the STM32H7S78 DK, it is necessary to have larger POOL_SIZE for display buffers. Signed-off-by: Alain Volmat <[email protected]>
1 parent dce6752 commit 7c47371

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 STMicroelectronics
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# On STM32H7S78 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)