Add crash-reporting example to examples.json

pull/8895/head
Senthil Ramakrishnan 2018-11-28 12:55:51 -06:00
parent e2ae84ec59
commit b1a7b45135
1 changed files with 14 additions and 1 deletions

View File

@ -302,6 +302,19 @@
"compile" : true, "compile" : true,
"export": true, "export": true,
"auto-update" : true "auto-update" : true
},
{
"name": "mbed-os-example-crash-reporting",
"github":"https://github.com/ARMmbed/mbed-os-example-crash-reporting",
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : ["K64F", "DISCO_L475VG_IOT01A"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"auto-update" : true
} }
] ]
} }