Go to file
Jimmy Brisson 5a018585c6 Merge pull request #5183 from geky/fix-dir-open-failures
fs: Fix dir open during failure condition
2017-09-28 13:59:28 -05:00
.github
TESTS Merge pull request #4965 from deepikabhavnani/IAR_heap_stats 2017-09-22 11:34:47 +01:00
cmsis Initial RTX and tools support for Cortex M-23/M-33 devices 2017-09-11 11:43:26 -05:00
drivers Merge pull request #5177 from 0xc0170/fix_pwmout_sleep 2017-09-27 09:09:36 -05:00
events
features Merge pull request #5183 from geky/fix-dir-open-failures 2017-09-28 13:59:28 -05:00
hal Merge pull request #5000 from 0xc0170/fix_flash_page_doc 2017-09-22 11:28:54 +01:00
platform Merge pull request #5027 from geky/cb-fix-eq 2017-09-27 15:14:59 -05:00
rtos Merge pull request #4684 from deepikabhavnani/thread_stack_issue 2017-09-22 11:31:39 +01:00
targets Merge pull request #5171 from jeromecoutant/PR_L432_RAM 2017-09-27 15:35:44 -05:00
tools Merge pull request #4961 from theotherjimmy/check-rtos-export 2017-09-27 09:02:38 -05:00
.gitattributes
.gitignore
.pylintrc
.travis.yml Fix travis requirements install 2017-09-15 17:22:21 -05:00
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE
README.md
doxyfile_options
doxygen_options.json
mbed.h
requirements.txt

README.md

ARM mbed OS

mbed OS is an open-source embedded operating system designed for the "things" in the Internet of Things (IoT). mbed OS includes the features you need to develop a connected product using an ARM Cortex-M microcontroller.

mbed OS provides a platform that includes:

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

mbed OS is modular, configurable software that you can customize it to your device and to reduce memory requirements by excluding unused software.

Release Notes

The Release Notes detail the current release and previous versions.

Continuous Integration Status

We run continuous integration on all of our branches and pull requests to verify the stability of mbed OS. The following are the Travis CI indicators for mbed OS.

  • Master branch Master Branch CI Badge
  • Latest release Latest Tag CI Badge

Tools coverage Coverage Status

Getting Started for Developers

You need mbed CLI to build mbed OS. For more details, read the mbed OS Handbook.

Getting Started for Contributors

We have a Contributing and Publishing Guide in the mbed OS Handbook.