Mbed with some light patches

@MS30 CCChang12 MS30 CCChang12 authored on 10 Aug 2017
.github Update pull_request_template.md 7 years ago
TESTS Merge pull request #4490 from pan-/reintroduce_ticker_test 6 years ago
cmsis cmsis: add core_ca9 for backward compatibility 6 years ago
drivers Enabled operator API documentation in drivers 6 years ago
events EventQueue.h Doxygen doc fixed up. Moved overloaded callback arguments documentation to overloaded functions to fix warnings. B0..B4 were not documentated additionally, only bulk docs for a0..a4 and c0..c4 were moved around. 6 years ago
features Merge pull request #4414 from tkaman/master 6 years ago
hal Merge pull request #4508 from kegilbert/kg-doxygen-framework-hal-rtos 6 years ago
platform [NANO130] Fix issues in OS 5.5 Greentea test 6 years ago
rtos Merge pull request #4445 from theotherjimmy/fix-exporters 6 years ago
targets [NANO130] Adjust the stack size in IAR toolchains 6 years ago
tools [NANO130] rollback arm.py 6 years ago
.gitattributes Added .gitattributes for automatic LF line ending conversion 10 years ago
.gitignore Ignore doxygen builds temporay object database 6 years ago
.pylintrc Add pylint configuration file 7 years ago
.travis.yml Check for IAR libraries as well 6 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 6 years ago
DOXYGEN_FRONTPAGE.md Very minimal text 7 years ago
Jenkinsfile Jenkinsfile: remove client app test temporarily 6 years ago
LICENSE Added mbed-events library 7 years ago
README.md Edit Readme and add Travis Badges 7 years ago
doxyfile_options Remove RTOS from Doxygen exception list (with the exception of CMSIS/RTX directores) 6 years ago
doxygen_options.json Remove RTOS from Doxygen exception list (with the exception of CMSIS/RTX directores) 6 years ago
mbed.h FileSystem: Reintegrated FileSystemLike interface 7 years ago
requirements.txt Remove pycurl dependency 7 years ago
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.