zephyr/tests/lib/gui/lvgl/testcase.yaml
Alberto Escolar Piedras 1b675e48f0 tests/lib/gui/lvgl: Don't test on native_posix
native_posix is now deprecated.
Building these tests in both native_sim and native_posix does not
improve coverage for the tests or subsystem but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for these.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-09-25 04:04:36 -04:00

83 lines
2.1 KiB
YAML

common:
tags:
- display
- gui
tests:
libraries.gui.lvgl:
platform_allow:
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim
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
platform_allow:
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim
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
platform_allow:
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim
libraries.gui.lvgl.16bit:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_16=y
platform_allow:
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim
libraries.gui.lvgl.8bit:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_8=y
platform_allow:
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim
libraries.gui.lvgl.mono:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_1=y
platform_allow:
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim
libraries.gui.lvgl.16bit.swap:
extra_configs:
- CONFIG_LV_COLOR_DEPTH_16=y
- CONFIG_LV_COLOR_16_SWAP=y
platform_allow:
- native_sim/native/64
- native_sim
integration_platforms:
- native_sim
libraries.gui.lvgl.stm32h747i_disco_m7:
platform_allow: stm32h747i_disco/stm32h747xx/m7
extra_args:
- SHIELD=st_b_lcd40_dsi1_mb1166
tags:
- shield
libraries.gui.lvgl.stm32h747i_disco_m7_blk:
platform_allow: stm32h747i_disco/stm32h747xx/m7
extra_configs:
- CONFIG_SDMMC_STM32_HWFC=y
- CONFIG_NOCACHE_MEMORY=y
- CONFIG_DUMMY_DISPLAY=n
extra_args:
- SHIELD=st_b_lcd40_dsi1_mb1166
- OVERLAY_CONFIG=prj_blk.conf
tags:
- shield