File tree Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 1
1
common :
2
2
tags : lora
3
3
depends_on : lora
4
+ harness : console
5
+ harness_config :
6
+ type : one_line
7
+ regex :
8
+ - " <inf> lora_receive: Synchronous reception"
4
9
sample :
5
10
description : Demonstration of LoRa Receive functionality
6
11
name : LoRa Receive Sample
7
12
tests :
8
13
sample.driver.lora.receive :
9
- harness : console
10
- harness_config :
11
- type : one_line
12
- regex :
13
- - " <inf> lora_receive: Synchronous reception"
14
14
integration_platforms :
15
15
- b_l072z_lrwan1
16
+ sample.driver.lora.receive.lbm :
17
+ filter : dt_compat_enabled("semtech,sx1261") or
18
+ dt_compat_enabled("semtech,sx1262") or
19
+ dt_compat_enabled("semtech,sx1272") or
20
+ dt_compat_enabled("semtech,sx1276")
21
+ integration_platforms :
22
+ - b_l072z_lrwan1
23
+ - rak11720
24
+ extra_configs :
25
+ - CONFIG_LORA_MODULE_BACKEND_LORA_BASICS_MODEM=y
Original file line number Diff line number Diff line change 1
1
common :
2
2
tags : lora
3
3
depends_on : lora
4
+ harness : console
5
+ harness_config :
6
+ type : one_line
7
+ regex :
8
+ - " <inf> lora_send: Data sent 0!"
4
9
sample :
5
10
description : Demonstration of LoRa Send functionality
6
11
name : LoRa Send Sample
7
12
tests :
8
13
sample.driver.lora.send :
9
- harness : console
10
- harness_config :
11
- type : one_line
12
- regex :
13
- - " <inf> lora_send: Data sent 0!"
14
14
integration_platforms :
15
15
- b_l072z_lrwan1
16
+ sample.driver.lora.send.lbm :
17
+ filter : dt_compat_enabled("semtech,sx1261") or
18
+ dt_compat_enabled("semtech,sx1262") or
19
+ dt_compat_enabled("semtech,sx1272") or
20
+ dt_compat_enabled("semtech,sx1276")
21
+ integration_platforms :
22
+ - b_l072z_lrwan1
23
+ - rak11720
24
+ extra_configs :
25
+ - CONFIG_LORA_MODULE_BACKEND_LORA_BASICS_MODEM=y
You can’t perform that action at this time.
0 commit comments