Go to file
Cruz Monrreal II 0e2983e539 Merge branch 'doc-fix-i2c_slave' of ssh://github.com/paul-szczepanek-arm/mbed-os into rollup 2018-10-23 22:38:33 -05:00
.github
TESTS Merge pull request #8485 from NXPmicro/feature-qspi-kinetis 2018-10-23 12:38:11 -05:00
TEST_APPS
UNITTESTS Merge pull request #8313 from kivaisan/reduce_memory_footprint 2018-10-23 09:05:39 -05:00
cmsis
components Merge pull request #8352 from offirko/offir-mbed-qspif 2018-10-23 10:48:28 -05:00
docs/design-documents
drivers Merge branch 'doc-fix-i2c_slave' of ssh://github.com/paul-szczepanek-arm/mbed-os into rollup 2018-10-23 22:38:33 -05:00
events EventQueue documentation fix. 2018-10-18 11:21:58 +03:00
features Merge branch 'conbra01/docaton_networksocket' of ssh://github.com/ConradBraam/mbed-os into rollup 2018-10-23 22:38:30 -05:00
hal
platform mbed_error: Always print full filename if passed 2018-10-22 09:53:21 +03:00
rtos Edit EventFlags.h 2018-10-23 15:21:37 -05:00
targets Merge pull request #8485 from NXPmicro/feature-qspi-kinetis 2018-10-23 12:38:11 -05:00
tools Adding file type for linker script arg in make script 2018-10-22 13:30:10 -05:00
.astyleignore
.astylerc
.coveragerc
.gitattributes
.gitignore
.pylintrc
.travis.yml
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE
README.md
astyle-branch.out
doxyfile_options
doxygen_options.json
logo.png
mbed.h
requirements.txt

README.md

Mbed OS

Build status release Build status master Tools coverage status PR progress

Arm Mbed OS is an open source embedded operating system designed specifically for the "things" in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS and drivers for sensors and I/O devices.

Mbed OS provides a platform that includes:

  • Security foundations.
  • Cloud management services.
  • Drivers for sensors, I/O devices and connectivity.

Release notes

The release notes detail the current release. You can also find information about previous versions.

Getting started for developers

We have a developer website for asking questions, engaging with others, finding information on boards and components, using an online IDE and compiler, reading the documentation and learning about what's new and what's coming next in Mbed OS.

Getting started for contributors

We also have a contributing and publishing guide that covers licensing, contributor agreements and style guidelines.

Documentation

For more information about Mbed OS, please see our published documentation. It includes published Doxygen for our APIs, step-by-step tutorials, porting information and background reference materials about our architecture and tools.

To contribute to this documentation, please see the mbed-os-5-docs repo.