native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
94 lines
2.4 KiB
YAML
94 lines
2.4 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
|
|
- EXTRA_CONF_FILE=prj_blk.conf
|
|
tags:
|
|
- shield
|
|
libraries.gui.lvgl.osal:
|
|
extra_configs:
|
|
- CONFIG_LV_Z_USE_OSAL=y
|
|
- CONFIG_DYNAMIC_THREAD=y
|
|
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
|
|
- CONFIG_DYNAMIC_THREAD_ALLOC=y
|
|
platform_allow:
|
|
- native_sim/native/64
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|