Added examples uvisor-thread and uvisor-number-store

pull/3306/head
Mohammad Azim Khan 2016-11-21 17:12:52 +00:00
parent aeabcc9472
commit e8048baa40
1 changed files with 27 additions and 4 deletions

View File

@ -111,10 +111,33 @@
{
"name": "mbed-os-example-uvisor",
"github":"https://github.com/ARMmbed/mbed-os-example-uvisor",
"mbed": [
],
"mbed": [],
"features" : [],
"targets" : ["K64F"],
"targets" : ["K64F", "EFM32GG_STK3700"],
"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", "EFM32GG_STK3700"],
"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", "EFM32GG_STK3700"],
"toolchains" : ["GCC_ARM"],
"exporters": [],
"compile" : true,
@ -122,4 +145,4 @@
"auto-update" : false
}
]
}
}