Mbed with some light patches

@Martin Kojtal Martin Kojtal authored on 23 Aug 2017
.github Correct a typo in the github issue template 6 years ago
TESTS TESTS: flashiap: Add condition to check error on unaligned access 6 years ago
cmsis Add cortex-a cache file 6 years ago
drivers drivers: fix attach sleep locking 6 years ago
events Add ability to request a shared event queue 7 years ago
features Merge pull request #4406 from kjbracey-arm/shared_equeues 6 years ago
hal Sleep: add deepsleep locks for !DEVICE_SLEEP 6 years ago
platform platform: add DeepSleepLock 6 years ago
rtos Move Cortex specific RTX behind TARGET_CORTEX 6 years ago
targets Merge pull request #4939 from c1728p9/crash_on_boot 6 years ago
tools Merge pull request #4933 from 0xc0170/fix_stats_depth 6 years ago
.gitattributes Added .gitattributes for automatic LF line ending conversion 10 years ago
.gitignore Ignore doxygen builds temporay object database 7 years ago
.pylintrc Add pylint configuration file 7 years ago
.travis.yml Change gcc-arm-none-eabi package name in Travis 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 7 years ago
LICENSE license: rename to apache 2.0 txt file 5 years ago
README.md Edit Readme and add Travis Badges 7 years ago
doxyfile_options Move Cortex specific RTX behind TARGET_CORTEX 6 years ago
doxygen_options.json Move Cortex specific RTX behind TARGET_CORTEX 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

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.