You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mbed-classic/module.json

28 lines
594 B

{
"name": "mbed-classic",
"version": "0.0.4",
"description": "mbed core SDK (for mbed 2.0, *not* mbedOS)",
"keywords": [
"mbed"
],
"author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
"repository": {
"url": "git@github.com:mbedmicro/mbed.git",
"type": "git"
},
"homepage": "https://github.com/mbedmicro/mbed",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"extraIncludes": [
"api",
"hal",
"targets/hal",
"targets/cmsis"
],
"dependencies": {},
"targetDependencies": {}
}