Skip to content

Commit 3d42040

Browse files
laodzudanieldegrasse
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]> (cherry picked from commit abd0919)
1 parent c60a870 commit 3d42040

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)