mirror of https://github.com/ARMmbed/mbed-os.git
Add crash-reporting example to examples.json
parent
e2ae84ec59
commit
b1a7b45135
|
|
@ -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
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue