Skip to content

Commit

Permalink
Merge pull request #14507 from saheerb/master
Browse files Browse the repository at this point in the history
make target list for applications in examples_cmake.json consistent with examples.json
  • Loading branch information
0xc0170 authored Apr 15, 2021
2 parents 016d725 + a62cd22 commit 3213ea8
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 197 deletions.
32 changes: 32 additions & 0 deletions tools/test/examples/cloud_examples_cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,38 @@
"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
}
]
}
Loading

0 comments on commit 3213ea8

Please sign in to comment.