Preliminary main mbed library for nexpaq development

Committer:
nexpaq
Date:
Fri Nov 04 20:27:58 2016 +0000
Revision:
0:6c56fb4bc5f0
Moving to library for sharing updates

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nexpaq 0:6c56fb4bc5f0 1 {
nexpaq 0:6c56fb4bc5f0 2 "name": "mbed-classic",
nexpaq 0:6c56fb4bc5f0 3 "version": "0.0.1",
nexpaq 0:6c56fb4bc5f0 4 "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
nexpaq 0:6c56fb4bc5f0 5 "keywords": [
nexpaq 0:6c56fb4bc5f0 6 "mbed"
nexpaq 0:6c56fb4bc5f0 7 ],
nexpaq 0:6c56fb4bc5f0 8 "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
nexpaq 0:6c56fb4bc5f0 9 "repository": {
nexpaq 0:6c56fb4bc5f0 10 "url": "git@github.com:mbedmicro/mbed.git",
nexpaq 0:6c56fb4bc5f0 11 "type": "git"
nexpaq 0:6c56fb4bc5f0 12 },
nexpaq 0:6c56fb4bc5f0 13 "homepage": "https://github.com/mbedmicro/mbed",
nexpaq 0:6c56fb4bc5f0 14 "licenses": [
nexpaq 0:6c56fb4bc5f0 15 {
nexpaq 0:6c56fb4bc5f0 16 "url": "https://spdx.org/licenses/Apache-2.0",
nexpaq 0:6c56fb4bc5f0 17 "type": "Apache-2.0"
nexpaq 0:6c56fb4bc5f0 18 }
nexpaq 0:6c56fb4bc5f0 19 ],
nexpaq 0:6c56fb4bc5f0 20 "extraIncludes": [
nexpaq 0:6c56fb4bc5f0 21 "api",
nexpaq 0:6c56fb4bc5f0 22 "hal",
nexpaq 0:6c56fb4bc5f0 23 "targets/hal",
nexpaq 0:6c56fb4bc5f0 24 "targets/cmsis"
nexpaq 0:6c56fb4bc5f0 25 ],
nexpaq 0:6c56fb4bc5f0 26 "dependencies": {
nexpaq 0:6c56fb4bc5f0 27 },
nexpaq 0:6c56fb4bc5f0 28 "targetDependencies": {
nexpaq 0:6c56fb4bc5f0 29 }
nexpaq 0:6c56fb4bc5f0 30 }