mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3306 from mazimkhan/uvisor-examples
Added examples uvisor-thread and uvisor-number-storepull/3322/head
commit
107d6bc358
|
|
@ -111,8 +111,31 @@
|
|||
{
|
||||
"name": "mbed-os-example-uvisor",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor",
|
||||
"mbed": [
|
||||
],
|
||||
"mbed": [],
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"toolchains" : ["GCC_ARM"],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": false,
|
||||
"auto-update" : false
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-uvisor-thread",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor-thread",
|
||||
"mbed": [],
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"toolchains" : ["GCC_ARM"],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": false,
|
||||
"auto-update" : false
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-uvisor-number-store",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor-number-store",
|
||||
"mbed": [],
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"toolchains" : ["GCC_ARM"],
|
||||
|
|
@ -122,4 +145,4 @@
|
|||
"auto-update" : false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue