Skip to content

Commit 0327f07

Browse files
committed
samples: zephyr: basic: blinky: enable for lv10 and ls05
Add support for lv10 and ls05. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 7598b3e commit 0327f07

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

samples/zephyr/basic/blinky/sample.yaml

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,25 @@ common:
66
- gpio
77
- ci_tests_drivers_hpf
88
depends_on: gpio
9+
sysbuild: true
10+
harness: console
11+
harness_config:
12+
type: multi_line
13+
ordered: true
14+
regex:
15+
- "LED state: ON"
16+
- "LED state: OFF"
17+
918
tests:
19+
nrf.extended.sample.basic.blinky:
20+
platform_allow:
21+
- nrf54ls05dk/nrf54ls05b/cpuapp
22+
- nrf54lv10dk/nrf54lv10a/cpuapp
23+
- nrf54lv10dk/nrf54lv10a/cpuapp/ns
24+
integration_platforms:
25+
- nrf54lv10dk/nrf54lv10a/cpuapp
1026

1127
nrf.extended.sample.basic.blinky.hpf.gpio.icmsg:
12-
sysbuild: true
1328
platform_allow:
1429
- nrf54l15dk/nrf54l15/cpuapp
1530
integration_platforms:
@@ -20,16 +35,8 @@ tests:
2035
- SB_CONFIG_HPF_GPIO_BACKEND_ICMSG=y
2136
- SB_CONFIG_PARTITION_MANAGER=n
2237
- EXTRA_DTC_OVERLAY_FILE="./boards/nrf54l15dk_nrf54l15_cpuapp_hpf_gpio.overlay"
23-
harness: console
24-
harness_config:
25-
type: multi_line
26-
ordered: true
27-
regex:
28-
- "LED state: ON"
29-
- "LED state: OFF"
3038

3139
nrf.extended.sample.basic.blinky.hpf.gpio.mbox:
32-
sysbuild: true
3340
platform_allow:
3441
- nrf54l15dk/nrf54l15/cpuapp
3542
integration_platforms:
@@ -40,16 +47,8 @@ tests:
4047
- SB_CONFIG_HPF_GPIO_BACKEND_MBOX=y
4148
- SB_CONFIG_PARTITION_MANAGER=n
4249
- EXTRA_DTC_OVERLAY_FILE="./boards/nrf54l15dk_nrf54l15_cpuapp_hpf_gpio.overlay"
43-
harness: console
44-
harness_config:
45-
type: multi_line
46-
ordered: true
47-
regex:
48-
- "LED state: ON"
49-
- "LED state: OFF"
5050

5151
nrf.extended.sample.basic.blinky.hpf.gpio.icbmsg:
52-
sysbuild: true
5352
platform_allow:
5453
- nrf54l15dk/nrf54l15/cpuapp
5554
integration_platforms:
@@ -60,10 +59,3 @@ tests:
6059
- SB_CONFIG_HPF_GPIO_BACKEND_ICBMSG=y
6160
- SB_CONFIG_PARTITION_MANAGER=n
6261
- EXTRA_DTC_OVERLAY_FILE="./boards/nrf54l15dk_nrf54l15_cpuapp_hpf_gpio.overlay"
63-
harness: console
64-
harness_config:
65-
type: multi_line
66-
ordered: true
67-
regex:
68-
- "LED state: ON"
69-
- "LED state: OFF"

0 commit comments

Comments
 (0)