mirror of https://github.com/ARMmbed/mbed-os.git
Add 2 more examples and remove deprecated one.
Removed: mbed-os-example-fat-filesystem Added: mbed-os-example-error-handling mbed-os-example-blockdevicepull/7023/head
parent
aa7f0692bd
commit
d5941e022c
|
@ -172,21 +172,6 @@
|
|||
"export": true,
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-fat-filesystem",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-fat-filesystem",
|
||||
"mbed": [
|
||||
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-fat-filesystem"
|
||||
],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-filesystem",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-filesystem",
|
||||
|
@ -318,6 +303,33 @@
|
|||
"compile" : true,
|
||||
"export": true,
|
||||
"auto-update" : true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-error-handling",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-error-handling",
|
||||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["K64F"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-blockdevice",
|
||||
"github":"https://github.com/armmbed/mbed-os-example-blockdevice",
|
||||
"mbed": [],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : [],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"auto-update" : true
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue