Mbed with some light patches

@Vincent Coubard Vincent Coubard authored on 13 Dec 2017
.github Copy edit pull_request_template.md 6 years ago
TESTS Merge pull request #5635 from c1728p9/fix_lazy_init 6 years ago
cmsis Modification to arm_math.h 6 years ago
drivers Make UARTSerial send all data when blocking 6 years ago
events equeue: some refactoring to meet coding rules 6 years ago
features BLE: Fix doxygen warnings. 6 years ago
hal Add API to set ticker IRQ handler. 6 years ago
platform Merge pull request #5635 from c1728p9/fix_lazy_init 6 years ago
rtos Remove inclusion of an internal RTX header 6 years ago
targets Merge pull request #5667 from productize/fix-stm32-can3 6 years ago
tools Merge pull request #5685 from 0xc0170/fix_gettinstarted 6 years ago
.coveragerc Exclude libraries and tests from coverage numbers 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 Split out "docs" into its own Travis job 6 years ago
CONTRIBUTING.md Update link in 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 Add Apache v2 LICENSE file 10 years ago
README.md Post coverage details on coveralls and link to them in readme 6 years ago
doxyfile_options Doxygen: Update excluded paths and predefined macros. 6 years ago
doxygen_options.json Doxygen: Update path and predefined macros. 6 years ago
mbed.h platform: add DeepSleepLock 6 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

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.