File tree Expand file tree Collapse file tree 3 files changed +41
-18
lines changed Expand file tree Collapse file tree 3 files changed +41
-18
lines changed Original file line number Diff line number Diff line change 1
1
sample :
2
2
name : ESB Monitor Sample
3
+ common :
4
+ harness : console
5
+ harness_config :
6
+ type : multi_line
7
+ ordered : true
8
+ regex :
9
+ - " Enhanced ShockBurst monitor sample"
10
+ - " Initialization complete"
11
+ - " Start receiving packets"
12
+ timeout : 15
13
+
3
14
tests :
4
15
sample.esb.monitor :
5
16
sysbuild : true
6
17
filter : CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
7
- harness : keyboard
8
18
integration_platforms :
9
19
- nrf52dk/nrf52832
10
20
- nrf52840dk/nrf52840
29
39
- ci_samples_esb
30
40
sample.esb.monitor.dynamic_irq :
31
41
sysbuild : true
32
- build_only : true
33
42
extra_configs :
34
43
- CONFIG_ESB_DYNAMIC_INTERRUPTS=y
35
44
- CONFIG_DYNAMIC_INTERRUPTS=y
Original file line number Diff line number Diff line change 1
1
sample :
2
2
name : ESB prx Sample
3
+ common :
4
+ harness : console
5
+ harness_config :
6
+ type : multi_line
7
+ ordered : true
8
+ regex :
9
+ - " Enhanced ShockBurst prx sample"
10
+ - " Initialization complete"
11
+ - " Setting up for packet receiption"
12
+ timeout : 15
13
+
3
14
tests :
4
15
sample.esb.prx :
5
16
sysbuild : true
6
17
filter : CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
7
- harness : keyboard
8
18
integration_platforms :
9
19
- nrf52dk/nrf52832
10
20
- nrf52840dk/nrf52840
21
31
- ci_samples_esb
22
32
sample.esb.prx.build :
23
33
sysbuild : true
24
- build_only : true
25
34
integration_platforms :
26
35
- nrf52dk/nrf52832
27
36
- nrf52833dk/nrf52833
53
62
- ci_samples_esb
54
63
sample.esb.prx.dynamic_irq :
55
64
sysbuild : true
56
- build_only : true
57
65
extra_configs :
58
66
- CONFIG_ESB_DYNAMIC_INTERRUPTS=y
59
67
- CONFIG_DYNAMIC_INTERRUPTS=y
@@ -76,26 +84,25 @@ tests:
76
84
- ci_samples_esb
77
85
sample.esb.prx.nrf5340_nrf21540 :
78
86
sysbuild : true
79
- build_only : true
80
87
extra_args : SHIELD=nrf21540ek
81
88
integration_platforms :
82
89
- nrf5340dk/nrf5340/cpunet
83
- platform_allow : nrf5340dk/nrf5340/cpunet
90
+ platform_allow :
91
+ - nrf5340dk/nrf5340/cpunet
84
92
tags :
85
93
- esb
86
94
- ci_build
87
95
- sysbuild
88
96
- ci_samples_esb
89
97
sample.esb.prx.fast_switching :
90
98
sysbuild : true
91
- build_only : true
92
99
extra_configs :
93
100
- CONFIG_ESB_FAST_SWITCHING=y
94
101
- CONFIG_ESB_FAST_CHANNEL_SWITCHING=y
95
102
integration_platforms :
96
103
- nrf54h20dk/nrf54h20/cpurad
97
- platform_allow : >
98
- nrf54h20dk/nrf54h20/cpurad
104
+ platform_allow :
105
+ - nrf54h20dk/nrf54h20/cpurad
99
106
tags :
100
107
- esb
101
108
- ci_build
Original file line number Diff line number Diff line change 1
1
sample :
2
2
name : ESB ptx Sample
3
+ common :
4
+ harness : console
5
+ harness_config :
6
+ type : multi_line
7
+ ordered : true
8
+ regex :
9
+ - " Enhanced ShockBurst ptx sample"
10
+ - " Initialization complete"
11
+ - " Sending test packet"
12
+ timeout : 15
13
+
3
14
tests :
4
15
sample.esb.ptx :
5
16
sysbuild : true
6
17
filter : CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
7
- harness : keyboard
8
18
integration_platforms :
9
19
- nrf52dk/nrf52832
10
20
- nrf52840dk/nrf52840
21
31
- ci_samples_esb
22
32
sample.esb.ptx.build :
23
33
sysbuild : true
24
- build_only : true
25
34
integration_platforms :
26
35
- nrf52dk/nrf52832
27
36
- nrf52833dk/nrf52833
53
62
- ci_samples_esb
54
63
sample.esb.ptx.dynamic_irq :
55
64
sysbuild : true
56
- build_only : true
57
65
extra_configs :
58
66
- CONFIG_ESB_DYNAMIC_INTERRUPTS=y
59
67
- CONFIG_DYNAMIC_INTERRUPTS=y
@@ -76,26 +84,25 @@ tests:
76
84
- ci_samples_esb
77
85
sample.esb.ptx.nrf5340_nrf21540 :
78
86
sysbuild : true
79
- build_only : true
80
87
extra_args : SHIELD=nrf21540ek
81
88
integration_platforms :
82
89
- nrf5340dk/nrf5340/cpunet
83
- platform_allow : nrf5340dk/nrf5340/cpunet
90
+ platform_allow :
91
+ - nrf5340dk/nrf5340/cpunet
84
92
tags :
85
93
- esb
86
94
- ci_build
87
95
- sysbuild
88
96
- ci_samples_esb
89
97
sample.esb.ptx.fast_switching :
90
98
sysbuild : true
91
- build_only : true
92
99
extra_configs :
93
100
- CONFIG_ESB_FAST_SWITCHING=y
94
101
- CONFIG_ESB_FAST_CHANNEL_SWITCHING=y
95
102
integration_platforms :
96
103
- nrf54h20dk/nrf54h20/cpurad
97
- platform_allow : >
98
- nrf54h20dk/nrf54h20/cpurad
104
+ platform_allow :
105
+ - nrf54h20dk/nrf54h20/cpurad
99
106
tags :
100
107
- esb
101
108
- ci_build
You can’t perform that action at this time.
0 commit comments