From 7381b9a1053bc34fd795c6c823f1b15975323d87 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 7 Jul 2025 16:07:13 +0200 Subject: [PATCH] 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 --- .../display/boards/stm32n6570_dk_stm32n657xx_fsbl.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 samples/drivers/display/boards/stm32n6570_dk_stm32n657xx_fsbl.conf diff --git a/samples/drivers/display/boards/stm32n6570_dk_stm32n657xx_fsbl.conf b/samples/drivers/display/boards/stm32n6570_dk_stm32n657xx_fsbl.conf new file mode 100644 index 0000000000000..89de7acad83c5 --- /dev/null +++ b/samples/drivers/display/boards/stm32n6570_dk_stm32n657xx_fsbl.conf @@ -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