Skip to content

Commit 847a3e6

Browse files
Kimmo Vaisanenkjbracey
authored andcommitted
Build mbed-os-example-lora only for lora targets
mbed-os-example-lora should be only compiled for targets which support lora. (cherry picked from commit b61912c) Required to pass CI now that LoRaWAN example has removed its own conditions.
1 parent 38e28dc commit 847a3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"mbed": [],
237237
"test-repo-source": "github",
238238
"features" : [],
239-
"targets" : [],
239+
"targets" : ["DISCO_L072CZ_LRWAN1", "MTB_MTS_XDOT", "MTS_MDOT_F411RE"],
240240
"toolchains" : [],
241241
"exporters": [],
242242
"compile" : true,

0 commit comments

Comments
 (0)