mbed.h library with any bug fixes AV finds.

Dependents:   micromouse4_encoder_testing PID_Test Lab1_Test WorkingPID ... more

Committer:
aravindsv
Date:
Mon Nov 02 03:07:12 2015 +0000
Revision:
1:ebce2ad32f95
Parent:
0:ba7650f404af
Changed the RCC timeout value to 500 ms, so total code startup time before program starts running is ~1s. Hopefully no side-effects from lower startup timeouts

Who changed what in which revision?

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