mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13771 from saheerb/split_examples
Separate cloud example configurations to another filepull/13786/head
commit
c6997bcb9d
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"examples": [
|
||||
{
|
||||
"name": "mbed-os-example-for-aws",
|
||||
"github": "https://github.com/ARMmbed/mbed-os-example-for-aws",
|
||||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"baud_rate": 115200,
|
||||
"compare_log": ["mbed-os-example-for-aws/tests/aws.log"],
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-for-azure",
|
||||
"github": "https://github.com/ARMmbed/mbed-os-example-for-azure",
|
||||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"baud_rate": 115200,
|
||||
"compare_log": ["mbed-os-example-for-azure/tests/azure.log"],
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-for-google-iot-cloud",
|
||||
"github": "https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud",
|
||||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"baud_rate": 115200,
|
||||
"compare_log": ["mbed-os-example-for-google-iot-cloud/tests/google-iot-cloud.log"],
|
||||
"auto-update" : true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -466,51 +466,6 @@
|
|||
"baud_rate": 9600,
|
||||
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-for-aws",
|
||||
"github": "https://github.com/ARMmbed/mbed-os-example-for-aws",
|
||||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"baud_rate": 115200,
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-for-azure",
|
||||
"github": "https://github.com/ARMmbed/mbed-os-example-for-azure",
|
||||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"baud_rate": 115200,
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-for-google-iot-cloud",
|
||||
"github": "https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud",
|
||||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["DISCO_L475VG_IOT01A", "K64F", "NUCLEO_F429ZI"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"baud_rate": 115200,
|
||||
"auto-update" : true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue