mirror of https://github.com/ARMmbed/mbed-os.git
Add test examples.json config for Azure and Google Cloud
parent
468372e759
commit
74536e7fb3
|
@ -481,6 +481,36 @@
|
|||
"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"],
|
||||
"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"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : false,
|
||||
"baud_rate": 115200,
|
||||
"auto-update" : true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue