mbed.h library with any bug fixes AV finds.
Dependents: micromouse4_encoder_testing PID_Test Lab1_Test WorkingPID ... more
Diff: module.json
- Revision:
- 0:ba7650f404af
diff -r 000000000000 -r ba7650f404af module.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/module.json Mon Nov 02 02:26:59 2015 +0000 @@ -0,0 +1,30 @@ +{ + "name": "mbed-classic", + "version": "0.0.1", + "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": { + } +}