Mbed with some light patches

@bsilvereagle bsilvereagle authored on 16 Apr 2015
docs Update BUILDING.md 9 years ago
libraries Replaced SPI pin definitions for K64F in SD tests 9 years ago
travis Use only GCC_ARM toolcahin for Travis CI 10 years ago
workspace_tools Merge pull request #1034 from jeremybrodt/copylibrary 9 years ago
.gitattributes Added .gitattributes for automatic LF line ending conversion 10 years ago
.gitignore Ignore cscope and vim swap files 9 years ago
.travis.yml Added to .travis.yml colorama and prettytable python packages 9 years ago
CONTRIBUTING.md Mentioned the Contributor Agreement in Contributing.md 9 years ago
LICENSE Add Apache v2 LICENSE file 10 years ago
MANIFEST.in mbed-tools package improvements 10 years ago
README.md Fixed target issues for TARGET_LPC4088_DM 9 years ago
setup.py workspace_tools/setup.py: install requirement jinja2 9 years ago
README.md

mbed SDK

Build Status

The mbed Software Development Kit (SDK) is a C/C++ microcontroller software platform relied upon by tens of thousands of developers to build projects fast.

The SDK is licensed under the permissive Apache 2.0 licence, so you can use it in both commercial and personal projects with confidence.

The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community.

Documentation

Supported Microcontrollers and Boards

View all on the mbed Platforms page.

NXP:

Freescale:

STMicroelectronics:

Nordic:

Renesas:

Supported Toolchains and IDEs

API Documentation

Community

For discussing the development of the mbed SDK itself (Addition/support of microcontrollers/toolchains, build and test system, Hardware Abstraction Layer API, etc) please join our mbed-devel mailing list.

For every topic regarding the use of the mbed SDK, rather than its development, please post on the mbed.org forum, or the mbed.org Q&A.

For reporting issues in the mbed libraries please open a ticket on the issue tracker of the relevant mbed official library.