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:
Mon Sep 07 10:00:10 2015 +0100
Revision:
620:49241b7c6da5
Parent:
581:39197bcd20f2
Synchronized with git revision 40a175b1680be9491456d7895baf5a7b7cabd1f9

Full URL: https://github.com/mbedmicro/mbed/commit/40a175b1680be9491456d7895baf5a7b7cabd1f9/

Fix a signed and unsigned integer comparison warning

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 }