Go to file
JojoS 6f0b2dec31 fixed linker errors
for mbed 2: user lib (e.g. mbed lib) needs to be added to library group
linker command changed: add flags after object files
2017-08-16 18:13:17 +02:00
.github Correct a typo in the github issue template 2017-07-06 00:26:21 +02:00
TESTS Added copyright header to all tests 2017-08-07 12:02:33 -05:00
cmsis Add cortex-a cache file 2017-08-09 06:49:58 +01:00
drivers Merge pull request #4744 from deepikabhavnani/spi_issue_4743 2017-07-24 14:45:30 -05:00
events
features Merge pull request #4895 from c1728p9/device_has_doxygen 2017-08-14 11:43:26 -05:00
hal Turn on doxygen for DEVICE_* features 2017-08-11 15:47:44 -05:00
platform Merge pull request #4817 from c1728p9/move_rtx_handlers 2017-08-14 11:44:19 -05:00
rtos Merge pull request #4817 from c1728p9/move_rtx_handlers 2017-08-14 11:44:19 -05:00
targets added templates for LPC4088 and LPC11H37 2017-08-16 18:11:11 +02:00
tools fixed linker errors 2017-08-16 18:13:17 +02:00
.gitattributes
.gitignore
.pylintrc
.travis.yml Travis: fix install phase - not use sudo 2017-07-29 20:25:04 +02:00
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE
README.md
doxyfile_options Turn on doxygen for DEVICE_* features 2017-08-11 15:47:44 -05:00
doxygen_options.json Turn on doxygen for DEVICE_* features 2017-08-11 15:47:44 -05:00
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

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.