Skip to content

Commit 2f8c581

Browse files
aescolarhenrikbrixandersen
authored andcommitted
samples/modules/lvgl/demos: Increase heap for native 64 targets
For this targets, the widgets demo run out of heap and crashes. Let's just increase the heap size. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent b374a42 commit 2f8c581

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/modules/lvgl/demos/boards/native_posix_64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
CONFIG_LV_COLOR_DEPTH_32=y
5+
CONFIG_LV_Z_MEM_POOL_SIZE=65536

samples/modules/lvgl/demos/boards/native_sim_64.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
CONFIG_LV_COLOR_DEPTH_32=y
5+
CONFIG_LV_Z_MEM_POOL_SIZE=65536

0 commit comments

Comments
 (0)