Skip to content

Commit 225015a

Browse files
committed
samples: drivers: video: fix board definitions
By having an "auto-fallback" mechanism, the VIDEO_SW_GENERATOR did shadow the fact that "platform:mimxrt1064_evk:SHIELD=dvp_fpc24_mt9m114" was missing the full specification, and therefore was not matched at all: the shield was not selected, but the CI still worked. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent d2acc5f commit 225015a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/drivers/video/capture/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tests:
77
- shield
88
- samples
99
extra_args:
10-
- platform:mimxrt1064_evk:SHIELD="dvp_fpc24_mt9m114;rk043fn66hs_ctg"
10+
- platform:mimxrt1064_evk/mimxrt1064:SHIELD="dvp_fpc24_mt9m114;rk043fn66hs_ctg"
1111
- platform:mimxrt1170_evk/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
1212
- platform:mimxrt1170_evk@B/mimxrt1176/cm7:SHIELD="nxp_btb44_ov5640;rk055hdmipi4ma0"
1313
- platform:frdm_mcxn947/mcxn947/cpu0:SHIELD="dvp_20pin_ov7670;lcd_par_s035_8080"
@@ -26,15 +26,15 @@ tests:
2626
- "Pattern OK"
2727
platform_allow:
2828
- arduino_nicla_vision/stm32h747xx/m7
29-
- mimxrt1064_evk
29+
- mimxrt1064_evk/mimxrt1064
3030
- mimxrt1170_evk/mimxrt1176/cm7
3131
- mimxrt1170_evk@B/mimxrt1176/cm7
3232
- frdm_mcxn947/mcxn947/cpu0
3333
- mm_swiftio
3434
- esp32s3_eye/esp32s3/procpu
3535
depends_on: video
3636
integration_platforms:
37-
- mimxrt1064_evk
37+
- mimxrt1064_evk/mimxrt1064
3838
- mimxrt1170_evk/mimxrt1176/cm7
3939
sample.video.capture.shell:
4040
tags:

samples/drivers/video/tcpserversink/sample.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ tests:
88
- net
99
- socket
1010
- shield
11-
platform_allow: mimxrt1064_evk
11+
platform_allow: mimxrt1064_evk/mimxrt1064
1212
depends_on:
1313
- video
1414
- netif
1515
integration_platforms:
16-
- mimxrt1064_evk
16+
- mimxrt1064_evk/mimxrt1064
1717
extra_args:
18-
- platform:mimxrt1064_evk:SHIELD=dvp_fpc24_mt9m114
18+
- platform:mimxrt1064_evk/mimxrt1064:SHIELD=dvp_fpc24_mt9m114

0 commit comments

Comments
 (0)