tools: add new examples

Bootloader, bootloader blinky and fat filesystem examples added.
pull/4209/head
0xc0170 2017-03-06 11:16:04 +00:00 committed by adbridge
parent eeba630ca8
commit 1cbcf7d77e
1 changed files with 28 additions and 0 deletions

View File

@ -146,6 +146,34 @@
"compile" : true,
"export": true,
"auto-update" : false
},
{
"name": "mbed-os-example-bootloader",
"github":"https://github.com/ARMmbed/mbed-os-example-bootloader",
"mbed": [
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-bootloader"
],
"features" : [],
"targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"auto-update" : true
},
{
"name": "mbed-os-example-fat-filesystem",
"github":"https://github.com/ARMmbed/mbed-os-example-fat-filesystem",
"mbed": [
"https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-fat-filesystem"
],
"features" : [],
"targets" : ["K64F"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"auto-update" : true
}
]
}