mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8863 from offirko/offir-examples-kvstore
Adding KVStore Examples for Global APIpull/8916/head
commit
c0108b1b48
|
|
@ -289,6 +289,19 @@
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-kvstore",
|
||||||
|
"github":"https://github.com/ARMmbed/mbed-os-example-kvstore",
|
||||||
|
"mbed": [],
|
||||||
|
"test-repo-source": "github",
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["K64F"],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"auto-update" : true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue