Mbed with some light patches

@Mika Karjalainen Mika Karjalainen authored on 20 Sep 2016
GitHub committed on 20 Sep 2016
.github Update pull_request_template.md 7 years ago
TESTS Merge pull request #2559 from pan-/utest_globals_optimizations 7 years ago
docs Removed custom targets from config system 7 years ago
features uVisor: Debug Box & ENET DMA-support for default box 7 years ago
hal Merge pull request #2698 from TsungtaWu/master 7 years ago
libraries Merge pull request #2463 from svastm/serial_asynch_l0 7 years ago
rtos Merge pull request #2572 from tung7970/master 7 years ago
tools Fixing missing import for os.path.exists 7 years ago
.gitattributes Added .gitattributes for automatic LF line ending conversion 10 years ago
.gitignore Remove "lib" and "lib64" from the mbed-OS .gitignore file: they do not seem to be required and lib is used as a directory name in a recent (u-blox) mbedOS target submission, so ignoring the files under that directory becomes a problem. 7 years ago
.pylintrc Add pylint configuration file 7 years ago
.travis.yml Add pylint testing to Travis 7 years ago
CONTRIBUTING.md Mentioned the Contributor Agreement in Contributing.md 9 years ago
DOXYGEN_FRONTPAGE.md Very minimal text 7 years ago
Jenkinsfile Update Jenkinsfile 7 years ago
LICENSE Add Apache v2 LICENSE file 10 years ago
MANIFEST.in Further changes to reflect workspace_tools to tools rename 7 years ago
README.md Fixed link to release page 7 years ago
mbed_lib.json Added config option for stdio baud rate 7 years ago
requirements.txt Merge pull request #2746 from mazimkhan/uvisor-gt-client-integration 7 years ago
setup.py Setup - fix progen def name - use dashes 7 years ago
README.md

ARM mbed OS

mbed OS is an open-source embedded operating system designed specifically for the "things" in the Internet of Things (IoT). It includes all the features you need to develop a connected product based on an ARM Cortex-M microcontroller. mbed OS accelerates the process of creating a connected product by providing a platform operating system that includes robust security foundations, standards based communication capabilities, built-in cloud management services, and drivers for sensors, I/O devices and connectivity. mbed OS is built as a modular, configurable software stack so that you can readily customize it to the device you're developing for, and reduce memory requirements by excluding unnecessary software components.

Current release

Our current release series is mbed OS 5.1:

Getting Started for Developers

We have a getting started guide for developers using mbed OS in applications:

Getting Started for Contributors

We have a getting started guide for contributors working on mbed OS:

  • Have a look in the docs directory