Mbed with some light patches

@Jimmy Brisson Jimmy Brisson authored on 31 Mar 2017
.github Update pull_request_template.md 7 years ago
TESTS [Greentea] Fix test code mbed-os-tests-mbed_hal-flash 7 years ago
cmsis uVisor: Update to version 0.27.0 7 years ago
drivers Filesystem: Moved retarget related file interfaces into platform 7 years ago
events Merge pull request #3782 from geky/events-callback-inference 7 years ago
features Merge pull request #3848 from jamike/USBAUDIO_JITTER 7 years ago
hal Renamed files in platform to match source names 7 years ago
platform Merge pull request #3867 from geky/fs-revert-filehandle 7 years ago
rtos Merge pull request #3862 from c1728p9/thread_start_assert 7 years ago
targets Merge pull request #4065 from NXPmicro/K66_Move_bss_to_RAM2 7 years ago
tools Merge pull request #4049 from tung7970/fix-tools 7 years ago
.gitattributes Added .gitattributes for automatic LF line ending conversion 10 years ago
.gitignore Ignore .vscode folder 7 years ago
.pylintrc Add pylint configuration file 7 years ago
.travis.yml Enforce device_name is valid in targets.json 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 Added mbed-events library 7 years ago
README.md Edit Readme and add Travis Badges 7 years ago
mbed.h Filesystem: Moved retarget related file interfaces into platform 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.