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.

module.json

Committer:
mbed_official
Date:
2015-09-30
Revision:
635:a11c0372f0ba
Parent:
581:39197bcd20f2

File content as of revision 635:a11c0372f0ba:

{
  "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": {
  }
}