Go to file
jeromecoutant 03837a75b7 QSPIF component should use defined QSPI pins 2019-10-15 17:36:49 +02:00
.github
TESTS Merge pull request #11547 from mtomczykmobica/ONME-4366 2019-10-15 13:16:36 +08:00
TEST_APPS
UNITTESTS Astyle fixes 2019-10-14 14:22:31 +03:00
cmsis
components QSPIF component should use defined QSPI pins 2019-10-15 17:36:49 +02:00
docs
drivers QSPI : Define default pins at drivers level 2019-10-15 17:36:49 +02:00
events Expand documentation of equeue 2019-09-16 15:11:49 +02:00
features Corrected nanostack PAE controller 2019-10-15 09:53:36 +03:00
hal Merge pull request #11627 from jeromecoutant/PR_PINMAP_ERROR 2019-10-14 09:27:30 +02:00
platform mbed_rtc_time.h lacks an include guard 2019-10-09 17:58:23 -05:00
rtos Fix ARMC6 linker error for the bare metal profile 2019-09-25 12:20:50 +01:00
targets Merge pull request #11645 from kyle-cypress/pr/psoc6-tickless 2019-10-15 19:28:11 +08:00
tools Fixed Travis CI issue where jobs were/are getting stalled while fetching packages. 2019-10-11 16:06:01 -05:00
.astyleignore Merge pull request #11315 from Patater/psa-crypto-api-1.0b3 2019-09-03 09:20:15 +02:00
.astylerc
.coveragerc
.gitattributes
.gitignore
.pylintrc
.travis.yml USB public APIs cleanup (#11034) 2019-08-02 12:23:47 +01:00
CONTRIBUTING.md
DOXYGEN_FRONTPAGE.md
Jenkinsfile
LICENSE-apache-2.0.txt
LICENSE.md Removed scripts for provisiongs from repository, made fixes per PR comments, adjusted Readme.md 2019-08-30 15:10:19 +03:00
README.md
doxyfile_options
doxygen_options.json
logo.png
mbed.h Move Atomic.h to <mstd_atomic> 2019-07-18 20:02:07 +03:00
requirements.txt Bump the six (Python module) version to 1.12.0 2019-09-30 10:20:45 +02:00

README.md

Mbed OS

Build status release Build status master Tools coverage status

Arm Mbed OS is an open source embedded operating system designed specifically for the "things" in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS and drivers for sensors and I/O devices.

Mbed OS provides a platform that includes:

  • Security foundations.
  • Cloud management services.
  • Drivers for sensors, I/O devices and connectivity.

Release notes

The release notes detail the current release. You can also find information about previous versions.

License and contributions

The software is provided under the Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more information.

This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.

Folders containing files under different permissive license than Apache 2.0 are listed in the LICENSE file.

Getting started for developers

We have a developer website for asking questions, engaging with others, finding information on boards and components, using an online IDE and compiler, reading the documentation and learning about what's new and what's coming next in Mbed OS.

Getting started for contributors

We also have a contributing and publishing guide that covers licensing, contributor agreements and style guidelines.

Documentation

For more information about Mbed OS, please see our published documentation. It includes Doxygen for our APIs, step-by-step tutorials, porting information and background reference materials about our architecture and tools.

To contribute to this documentation, please see the mbed-os-5-docs repository.