mirror of https://github.com/ARMmbed/mbed-os.git
tools: add new examples
Bootloader, bootloader blinky and fat filesystem examples added.pull/4209/head
parent
eeba630ca8
commit
1cbcf7d77e
|
@ -146,6 +146,34 @@
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"auto-update" : false
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue