mbed library sources 只保留l0和l1系列的库,修改l0的库的晶振为12m
Dependents: SANFAN_read_analog_value nucleo-wdg Nucleo_sleep_copy
Fork of mbed-src by
module.json@635:a11c0372f0ba, 2015-09-30 (annotated)
- Committer:
- mbed_official
- Date:
- Wed Sep 30 17:00:09 2015 +0100
- Revision:
- 635:a11c0372f0ba
- Parent:
- 581:39197bcd20f2
Synchronized with git revision d29c98dae61be0946ddf3a3c641c7726056f9452
Full URL: https://github.com/mbedmicro/mbed/commit/d29c98dae61be0946ddf3a3c641c7726056f9452/
Added support for SAMW25
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 581:39197bcd20f2 | 1 | { |
mbed_official | 581:39197bcd20f2 | 2 | "name": "mbed-classic", |
mbed_official | 581:39197bcd20f2 | 3 | "version": "0.0.1", |
mbed_official | 581:39197bcd20f2 | 4 | "description": "mbed core SDK (for mbed 2.0, *not* mbedOS)", |
mbed_official | 581:39197bcd20f2 | 5 | "keywords": [ |
mbed_official | 581:39197bcd20f2 | 6 | "mbed" |
mbed_official | 581:39197bcd20f2 | 7 | ], |
mbed_official | 581:39197bcd20f2 | 8 | "author": "Bogdan Marinescu <bogdan.marinescu@arm.com>", |
mbed_official | 581:39197bcd20f2 | 9 | "repository": { |
mbed_official | 581:39197bcd20f2 | 10 | "url": "git@github.com:mbedmicro/mbed.git", |
mbed_official | 581:39197bcd20f2 | 11 | "type": "git" |
mbed_official | 581:39197bcd20f2 | 12 | }, |
mbed_official | 581:39197bcd20f2 | 13 | "homepage": "https://github.com/mbedmicro/mbed", |
mbed_official | 581:39197bcd20f2 | 14 | "licenses": [ |
mbed_official | 581:39197bcd20f2 | 15 | { |
mbed_official | 581:39197bcd20f2 | 16 | "url": "https://spdx.org/licenses/Apache-2.0", |
mbed_official | 581:39197bcd20f2 | 17 | "type": "Apache-2.0" |
mbed_official | 581:39197bcd20f2 | 18 | } |
mbed_official | 581:39197bcd20f2 | 19 | ], |
mbed_official | 581:39197bcd20f2 | 20 | "extraIncludes": [ |
mbed_official | 581:39197bcd20f2 | 21 | "api", |
mbed_official | 581:39197bcd20f2 | 22 | "hal", |
mbed_official | 581:39197bcd20f2 | 23 | "targets/hal", |
mbed_official | 581:39197bcd20f2 | 24 | "targets/cmsis" |
mbed_official | 581:39197bcd20f2 | 25 | ], |
mbed_official | 581:39197bcd20f2 | 26 | "dependencies": { |
mbed_official | 581:39197bcd20f2 | 27 | }, |
mbed_official | 581:39197bcd20f2 | 28 | "targetDependencies": { |
mbed_official | 581:39197bcd20f2 | 29 | } |
mbed_official | 581:39197bcd20f2 | 30 | } |