Skip to content

Commit c6997bc

Browse files
authored
Merge pull request #13771 from saheerb/split_examples
Separate cloud example configurations to another file
2 parents bf90b77 + e3857b2 commit c6997bc

File tree

2 files changed

+52
-45
lines changed

2 files changed

+52
-45
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"examples": [
3+
{
4+
"name": "mbed-os-example-for-aws",
5+
"github": "https://github.com/ARMmbed/mbed-os-example-for-aws",
6+
"sub-repo-example": false,
7+
"subs": [],
8+
"features" : [],
9+
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
10+
"toolchains" : [],
11+
"exporters": [],
12+
"compile" : true,
13+
"export": true,
14+
"test" : false,
15+
"baud_rate": 115200,
16+
"compare_log": ["mbed-os-example-for-aws/tests/aws.log"],
17+
"auto-update" : true
18+
},
19+
{
20+
"name": "mbed-os-example-for-azure",
21+
"github": "https://github.com/ARMmbed/mbed-os-example-for-azure",
22+
"sub-repo-example": false,
23+
"subs": [],
24+
"features" : [],
25+
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
26+
"toolchains" : [],
27+
"exporters": [],
28+
"compile" : true,
29+
"export": true,
30+
"test" : false,
31+
"baud_rate": 115200,
32+
"compare_log": ["mbed-os-example-for-azure/tests/azure.log"],
33+
"auto-update" : true
34+
},
35+
{
36+
"name": "mbed-os-example-for-google-iot-cloud",
37+
"github": "https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud",
38+
"sub-repo-example": false,
39+
"subs": [],
40+
"features" : [],
41+
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
42+
"toolchains" : [],
43+
"exporters": [],
44+
"compile" : true,
45+
"export": true,
46+
"test" : false,
47+
"baud_rate": 115200,
48+
"compare_log": ["mbed-os-example-for-google-iot-cloud/tests/google-iot-cloud.log"],
49+
"auto-update" : true
50+
}
51+
]
52+
}

tools/test/examples/examples.json

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -466,51 +466,6 @@
466466
"baud_rate": 9600,
467467
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],
468468
"auto-update" : true
469-
},
470-
{
471-
"name": "mbed-os-example-for-aws",
472-
"github": "https://github.com/ARMmbed/mbed-os-example-for-aws",
473-
"sub-repo-example": false,
474-
"subs": [],
475-
"features" : [],
476-
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
477-
"toolchains" : [],
478-
"exporters": [],
479-
"compile" : true,
480-
"export": true,
481-
"test" : false,
482-
"baud_rate": 115200,
483-
"auto-update" : true
484-
},
485-
{
486-
"name": "mbed-os-example-for-azure",
487-
"github": "https://github.com/ARMmbed/mbed-os-example-for-azure",
488-
"sub-repo-example": false,
489-
"subs": [],
490-
"features" : [],
491-
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
492-
"toolchains" : [],
493-
"exporters": [],
494-
"compile" : true,
495-
"export": true,
496-
"test" : false,
497-
"baud_rate": 115200,
498-
"auto-update" : true
499-
},
500-
{
501-
"name": "mbed-os-example-for-google-iot-cloud",
502-
"github": "https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud",
503-
"sub-repo-example": false,
504-
"subs": [],
505-
"features" : [],
506-
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
507-
"toolchains" : [],
508-
"exporters": [],
509-
"compile" : true,
510-
"export": true,
511-
"test" : false,
512-
"baud_rate": 115200,
513-
"auto-update" : true
514469
}
515470
]
516471
}

0 commit comments

Comments
 (0)