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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
b374a423c4
commit
2f8c58120e
|
@ -2,3 +2,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_LV_COLOR_DEPTH_32=y
|
||||
CONFIG_LV_Z_MEM_POOL_SIZE=65536
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_LV_COLOR_DEPTH_32=y
|
||||
CONFIG_LV_Z_MEM_POOL_SIZE=65536
|
||||
|
|
Loading…
Reference in a new issue