diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 3d9bbf24b50..f3f2a75fdec 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -463,6 +463,22 @@ "baud_rate": 9600, "compare_log": ["mbed-os-example-attestation/tests/attestation.log"], "auto-update" : true + }, + { + "name": "mbed-os-example-pelion", + "github": "https://github.com/ARMmbed/mbed-os-example-pelion", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F", "K66F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2", "NUCLEO_F411RE", "DISCO_L475VG_IOT01A"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": false, + "test" : false, + "baud_rate": 115200, + "compare_log": [], + "auto-update" : true } ] }