mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Committer:
mbed_official
Date:
Fri Jul 10 14:15:08 2015 +0100
Revision:
587:61103edf8a92
Parent:
581:39197bcd20f2
Synchronized with git revision 6cb7294c83b739aaf94e7f5d477479c9e332c700

Full URL: https://github.com/mbedmicro/mbed/commit/6cb7294c83b739aaf94e7f5d477479c9e332c700/

[KL25Z] add 32KHz crystal clock setup 3 + minor RTC api changes

Who changed what in which revision?

UserRevisionLine numberNew 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 }