Merge pull request #8863 from offirko/offir-examples-kvstore

Adding KVStore Examples for Global API
pull/8916/head
Martin Kojtal 2018-11-28 13:53:51 +01:00 committed by GitHub
commit c0108b1b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -289,6 +289,19 @@
"compile" : true,
"export": 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
}
]
}