samples: ci: add st_b_lcd40_dsi1_mb1166_a09 shield
Add tests for shield st_b_lcd40_dsi1_mb1166_a09 in: samples/drivers/display samples/modules/lvgl/demos samples/subsys/display/lvgl Signed-off-by: Erik Andersson <erian747@gmail.com>
This commit is contained in:
parent
8dd3aff158
commit
7282508f65
|
@ -137,6 +137,7 @@ tests:
|
|||
harness_config:
|
||||
fixture: fixture_display
|
||||
sample.display.st_b_lcd40_dsi1_mb1166:
|
||||
filter: dt_compat_enabled("orisetech,otm8009a")
|
||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
||||
tags:
|
||||
|
@ -164,3 +165,13 @@ tests:
|
|||
harness_config:
|
||||
fixture: fixture_display
|
||||
tags: display
|
||||
sample.display.st_b_lcd40_dsi1_mb1166_a09:
|
||||
filter: dt_compat_enabled("frida,nt35510")
|
||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166_a09
|
||||
tags:
|
||||
- display
|
||||
- shield
|
||||
harness: console
|
||||
harness_config:
|
||||
fixture: fixture_display
|
||||
|
|
|
@ -25,6 +25,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_LV_Z_DEMO_WIDGETS=y
|
||||
sample.modules.lvgl.demos.st_b_lcd40_dsi1_mb1166:
|
||||
filter: dt_compat_enabled("orisetech,otm8009a")
|
||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
||||
harness: console
|
||||
|
@ -40,3 +41,20 @@ tests:
|
|||
- shield
|
||||
- lvgl
|
||||
- gui
|
||||
sample.modules.lvgl.demos.st_b_lcd40_dsi1_mb1166_a09:
|
||||
filter: dt_compat_enabled("frida,nt35510")
|
||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166_a09
|
||||
harness: console
|
||||
harness_config:
|
||||
fixture: fixture_display
|
||||
extra_configs:
|
||||
- CONFIG_LV_Z_DEMO_BENCHMARK=y
|
||||
modules:
|
||||
- lvgl
|
||||
tags:
|
||||
- samples
|
||||
- display
|
||||
- shield
|
||||
- lvgl
|
||||
- gui
|
||||
|
|
|
@ -41,6 +41,7 @@ tests:
|
|||
integration_platforms:
|
||||
- mimxrt1170_evk/mimxrt1176/cm7
|
||||
sample.subsys.display.lvgl.st_b_lcd40_dsi1_mb1166:
|
||||
filter: dt_compat_enabled("orisetech,otm8009a")
|
||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
||||
harness: console
|
||||
|
@ -54,3 +55,18 @@ tests:
|
|||
- shield
|
||||
- lvgl
|
||||
- gui
|
||||
sample.subsys.display.lvgl.st_b_lcd40_dsi1_mb1166_a09:
|
||||
filter: dt_compat_enabled("frida,nt35510")
|
||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166_a09
|
||||
harness: console
|
||||
harness_config:
|
||||
fixture: fixture_display
|
||||
modules:
|
||||
- lvgl
|
||||
tags:
|
||||
- samples
|
||||
- display
|
||||
- shield
|
||||
- lvgl
|
||||
- gui
|
||||
|
|
Loading…
Reference in a new issue