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
3 changed files with 45 additions and 0 deletions
|
@ -137,6 +137,7 @@ tests:
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: fixture_display
|
fixture: fixture_display
|
||||||
sample.display.st_b_lcd40_dsi1_mb1166:
|
sample.display.st_b_lcd40_dsi1_mb1166:
|
||||||
|
filter: dt_compat_enabled("orisetech,otm8009a")
|
||||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
||||||
tags:
|
tags:
|
||||||
|
@ -164,3 +165,13 @@ tests:
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: fixture_display
|
fixture: fixture_display
|
||||||
tags: 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:
|
extra_configs:
|
||||||
- CONFIG_LV_Z_DEMO_WIDGETS=y
|
- CONFIG_LV_Z_DEMO_WIDGETS=y
|
||||||
sample.modules.lvgl.demos.st_b_lcd40_dsi1_mb1166:
|
sample.modules.lvgl.demos.st_b_lcd40_dsi1_mb1166:
|
||||||
|
filter: dt_compat_enabled("orisetech,otm8009a")
|
||||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
||||||
harness: console
|
harness: console
|
||||||
|
@ -40,3 +41,20 @@ tests:
|
||||||
- shield
|
- shield
|
||||||
- lvgl
|
- lvgl
|
||||||
- gui
|
- 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:
|
integration_platforms:
|
||||||
- mimxrt1170_evk/mimxrt1176/cm7
|
- mimxrt1170_evk/mimxrt1176/cm7
|
||||||
sample.subsys.display.lvgl.st_b_lcd40_dsi1_mb1166:
|
sample.subsys.display.lvgl.st_b_lcd40_dsi1_mb1166:
|
||||||
|
filter: dt_compat_enabled("orisetech,otm8009a")
|
||||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||||
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
extra_args: SHIELD=st_b_lcd40_dsi1_mb1166
|
||||||
harness: console
|
harness: console
|
||||||
|
@ -54,3 +55,18 @@ tests:
|
||||||
- shield
|
- shield
|
||||||
- lvgl
|
- lvgl
|
||||||
- gui
|
- 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…
Add table
Add a link
Reference in a new issue