mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Committer:
be_bryan
Date:
Mon Dec 11 17:54:04 2017 +0000
Revision:
0:b74591d5ab33
motor ++

Who changed what in which revision?

UserRevisionLine numberNew contents of line
be_bryan 0:b74591d5ab33 1 # ARM mbed OS
be_bryan 0:b74591d5ab33 2
be_bryan 0:b74591d5ab33 3 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.
be_bryan 0:b74591d5ab33 4
be_bryan 0:b74591d5ab33 5 mbed OS provides a platform that includes:
be_bryan 0:b74591d5ab33 6 - Security foundations.
be_bryan 0:b74591d5ab33 7 - Cloud management services.
be_bryan 0:b74591d5ab33 8 - Drivers for sensors, I/O devices and connectivity.
be_bryan 0:b74591d5ab33 9
be_bryan 0:b74591d5ab33 10 mbed OS is modular, configurable software that you can customize it to your device and to reduce memory requirements by excluding unused software.
be_bryan 0:b74591d5ab33 11
be_bryan 0:b74591d5ab33 12
be_bryan 0:b74591d5ab33 13 ## Release Notes
be_bryan 0:b74591d5ab33 14
be_bryan 0:b74591d5ab33 15 The [Release Notes](https://docs.mbed.com/docs/mbed-os-release-notes/en/latest/) detail the current release and previous versions.
be_bryan 0:b74591d5ab33 16
be_bryan 0:b74591d5ab33 17 ## Continuous Integration Status
be_bryan 0:b74591d5ab33 18
be_bryan 0:b74591d5ab33 19 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.
be_bryan 0:b74591d5ab33 20
be_bryan 0:b74591d5ab33 21 - Master branch [![Master Branch CI Badge](https://travis-ci.org/ARMmbed/mbed-os.svg?branch=master)](https://travis-ci.org/ARMmbed/mbed-os)
be_bryan 0:b74591d5ab33 22 - Latest release [![Latest Tag CI Badge](https://travis-ci.org/ARMmbed/mbed-os.svg?branch=latest)](https://travis-ci.org/ARMmbed/mbed-os/branches)
be_bryan 0:b74591d5ab33 23
be_bryan 0:b74591d5ab33 24 Tools coverage [![Coverage Status](https://coveralls.io/repos/github/ARMmbed/mbed-os/badge.svg?branch=master)](https://coveralls.io/github/ARMmbed/mbed-os?branch=master)
be_bryan 0:b74591d5ab33 25
be_bryan 0:b74591d5ab33 26 ## Getting Started for Developers
be_bryan 0:b74591d5ab33 27
be_bryan 0:b74591d5ab33 28 You need [mbed CLI](https://github.com/ARMmbed/mbed-cli) to build mbed OS. For more details, read the [mbed OS Handbook](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/).
be_bryan 0:b74591d5ab33 29
be_bryan 0:b74591d5ab33 30 ## Getting Started for Contributors
be_bryan 0:b74591d5ab33 31
be_bryan 0:b74591d5ab33 32 We have a [Contributing and Publishing Guide](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/cont/contributing/) in the mbed OS Handbook.