zephyr/tests/lib/gui/lvgl/testcase.yaml
Alberto Escolar Piedras fd095c36b9 tests/lib/gui/lvgl: Enable for native_sim
Enable this test which runs in native_posix_64 in
native_sim(_64), and set default test platform
to native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-27 16:06:42 +00:00

37 lines
959 B
YAML

common:
tags:
- display
- gui
platform_allow:
- native_posix_64
- native_sim_64
- native_sim
integration_platforms:
- native_sim
tests:
libraries.gui.lvgl: {}
libraries.gui.lvgl.dynamic.heap.libc:
filter: CONFIG_FULL_LIBC_SUPPORTED
extra_configs:
- CONFIG_REQUIRES_FULL_LIBC=y
- CONFIG_LV_Z_BUFFER_ALLOC_DYNAMIC=y
- CONFIG_LV_Z_MEM_POOL_HEAP_LIB_C=y
libraries.gui.lvgl.dynamic.pool.sys_heap:
extra_configs:
- CONFIG_LV_Z_BUFFER_ALLOC_DYNAMIC=y
- CONFIG_LV_Z_MEM_POOL_SYS_HEAP=y
- CONFIG_LV_Z_MEM_POOL_SIZE=98304
libraries.gui.lvgl.16bit:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_16=y
libraries.gui.lvgl.8bit:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_8=y
libraries.gui.lvgl.mono:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_1=y
libraries.gui.lvgl.16bit.swap:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_16=y
- CONFIG_LV_COLOR_16_SWAP=y