From 5f5337b9f3ee4e13d1a95b3bba78d087922b65c7 Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Wed, 23 Feb 2022 16:15:54 -0600 Subject: [PATCH] samples: display: Increase Heap size for RT1170 EVK Increase the heap size for RT1170 EVK to allocate the display buffers for a 720x1280 display Signed-off-by: Mahesh Mahadevan --- samples/drivers/display/boards/mimxrt1170_evk_cm7.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 samples/drivers/display/boards/mimxrt1170_evk_cm7.conf diff --git a/samples/drivers/display/boards/mimxrt1170_evk_cm7.conf b/samples/drivers/display/boards/mimxrt1170_evk_cm7.conf new file mode 100644 index 00000000000..d5fb0e239e3 --- /dev/null +++ b/samples/drivers/display/boards/mimxrt1170_evk_cm7.conf @@ -0,0 +1,7 @@ +# +# Copyright 2022, NXP +# +# SPDX-License-Identifier: Apache-2.0 +# + +CONFIG_HEAP_MEM_POOL_SIZE=4194304