Skip to content

Commit abd0919

Browse files
laodzucfriedt
authored andcommitted
samples: modules: lvgl: demos: Increase memory pool on native
Due to the added overhead on 64 bit native, we also need to increase the memory pool size to fix crashes as described in here: lvgl/lvgl#7648 Signed-off-by: Detlev Zundel <[email protected]>
1 parent e05a272 commit abd0919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

44
CONFIG_LV_COLOR_DEPTH_32=y
5-
CONFIG_LV_Z_MEM_POOL_SIZE=75264
5+
CONFIG_LV_Z_MEM_POOL_SIZE=81920

0 commit comments

Comments
 (0)