This fork captures the mbed lib v125 for ease of integration into older projects.

Fork of mbed-dev by mbed official

Committer:
apluscw
Date:
Fri Jul 20 21:24:42 2018 +0000
Revision:
187:92cbb9eec47b
Mbed library with source code from mbed lib v125. Posted to ease integration with some older projects.

Who changed what in which revision?

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