Skip to content

Commit 76420e5

Browse files
committed
LoRaWAN: Ensure the radio driver is added for Greentea test
The radio driver needs to be specified by adding it as a component so the files can be included when the test binary is built.
1 parent 7a43c25 commit 76420e5

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

connectivity/lorawan/tests/TESTS/lorawan/loraradio/template_mbed_app.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"lora-rxctl": "NC",
4545
"lora-ant-switch": "A4",
4646
"lora-pwr-amp-ctl": "NC",
47-
"lora-tcxo": "NC"
47+
"lora-tcxo": "NC",
48+
"target.components_add": ["SX1276"]
4849
},
4950

5051
"DISCO_L072CZ_LRWAN1": {
@@ -66,7 +67,8 @@
6667
"lora-rxctl": "PA_1",
6768
"lora-ant-switch": "NC",
6869
"lora-pwr-amp-ctl": "PC_1",
69-
"lora-tcxo": "PA_12"
70+
"lora-tcxo": "PA_12",
71+
"target.components_add": ["SX1276"]
7072
},
7173

7274
"XDOT_L151CC": {
@@ -88,7 +90,8 @@
8890
"lora-rxctl": "NC",
8991
"lora-ant-switch": "NC",
9092
"lora-pwr-amp-ctl": "NC",
91-
"lora-tcxo": "NC"
93+
"lora-tcxo": "NC",
94+
"target.components_add": ["SX1272"]
9295
},
9396

9497
"LTEK_FF1705": {
@@ -110,7 +113,8 @@
110113
"lora-rxctl": "NC",
111114
"lora-ant-switch": "NC",
112115
"lora-pwr-amp-ctl": "NC",
113-
"lora-tcxo": "NC"
116+
"lora-tcxo": "NC",
117+
"target.components_add": ["SX1272"]
114118
},
115119

116120
"MTS_MDOT_F411RE": {
@@ -132,7 +136,8 @@
132136
"lora-rxctl": "LORA_RXCTL",
133137
"lora-ant-switch": "NC",
134138
"lora-pwr-amp-ctl": "NC",
135-
"lora-tcxo": "NC"
139+
"lora-tcxo": "NC",
140+
"target.components_add": ["SX1272"]
136141
},
137142

138143
"ADV_WISE_1510": {
@@ -154,7 +159,8 @@
154159
"lora-rxctl": "NC",
155160
"lora-ant-switch": "ANT_SWITCH",
156161
"lora-pwr-amp-ctl": "NC",
157-
"lora-tcxo": "NC"
162+
"lora-tcxo": "NC",
163+
"target.components_add": ["SX1276"]
158164
}
159165
}
160166
}

0 commit comments

Comments
 (0)