Go to file
Brian Daniels b0d556b9c4 Adding a clone and a deploy step to allow optimizations in CI.
This adds an example clone and deploy step that allows you to modify
each top level repository before pulling in the rest of the example's
dependencies. This allows us to not pull in a copy of mbed-os for each
example in CI and instead symbolic link the already cloned copy, saving
valuable time and disk space
2016-11-04 17:35:36 -05:00
.github
TESTS Update tests to fix build failures. Also make the code similar to other tests 2016-11-02 11:45:14 -05:00
cmsis
docs Exporter documentation 2016-11-03 11:53:23 -05:00
drivers
events
features Merge pull request #3185 from NXPmicro/Update_Tests 2016-11-03 02:24:07 -05:00
hal
platform
rtos
targets Merge pull request #3186 from MultiTechSystems/mdot-spi-pins 2016-11-03 18:47:50 -05:00
tools Adding a clone and a deploy step to allow optimizations in CI. 2016-11-04 17:35:36 -05:00
.gitattributes
.gitignore
.pylintrc
.travis.yml Adding check to Travis for exporter support matrix 2016-11-02 09:35:19 -05:00
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE
README.md
mbed.h
requirements.txt

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.2:

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