Mbed with some light patches

@Bartek Szatkowski Bartek Szatkowski authored on 19 Jan 2017
GitHub committed on 19 Jan 2017
.github Update pull_request_template.md 7 years ago
TESTS Fix deprecated Thread ctor usage in RTOS tests 7 years ago
cmsis Ensure isr cannot occur after NVIC_DisableIRQ 7 years ago
docs Merge pull request #3475 from AnotherButler/patch-3 7 years ago
drivers I2C - correct return values for write functions 7 years ago
events events - Fixed overflow of timeout on STM32F4 7 years ago
features Merge pull request #3571 from jeromecoutant/PR_DISCO_F769NI 7 years ago
hal Merge pull request #3301 from 0xc0170/fix_issue#2725 7 years ago
platform Merge pull request #3157 from SiliconLabs/SiliconLabs-EFR32 7 years ago
rtos [RZ/A1H]Support RTX v4.80 for Cortex-A and a few Malloc API (#3470) 7 years ago
targets Merge pull request #3571 from jeromecoutant/PR_DISCO_F769NI 7 years ago
tools Merge pull request #3534 from sarahmarshy/export-debug 7 years ago
.gitattributes Added .gitattributes for automatic LF line ending conversion 10 years ago
.gitignore Ignore BUILD directory 7 years ago
.pylintrc Add pylint configuration file 7 years ago
.travis.yml Added equeue tests to travis CI 7 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 7 years ago
DOXYGEN_FRONTPAGE.md Very minimal text 7 years ago
Jenkinsfile Update Jenkinsfile 7 years ago
LICENSE Add Apache v2 LICENSE file 10 years ago
README.md README: Minor interpunction fix 7 years ago
mbed.h Add mbed OS version macros 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 specifically for the "things" in the Internet of Things (IoT). It includes all the features you need to develop a connected product based on an ARM Cortex-M microcontroller. mbed OS accelerates the process of creating a connected product by providing a platform operating system that includes robust security foundations, standards based communication capabilities, built-in cloud management services, and drivers for sensors, I/O devices and connectivity. mbed OS is built as a modular, configurable software stack so that you can readily customize it to the device you're developing for, and reduce memory requirements by excluding unnecessary software components.

Current release

The current release, along with a selection of previous versions are detailed here: Release Notes

Getting Started for Developers

Please note that you will require mbed CLI to build mbed OS. For more details, please read the getting started guide for developers using mbed OS in applications:

Getting Started for Contributors

We have a getting started guide for contributors working on mbed OS:

  • Have a look in the docs directory