Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed-os/README.md@9:d58e77ebd769, 2018-03-02 (annotated)
- Committer:
- Nathan Yonkee
- Date:
- Fri Mar 02 07:12:37 2018 -0700
- Revision:
- 9:d58e77ebd769
add mbed-os library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Nathan Yonkee |
9:d58e77ebd769 | 1 | [![Mbed OS][mbed-os-logo]][mbed-os-link] |
Nathan Yonkee |
9:d58e77ebd769 | 2 | |
Nathan Yonkee |
9:d58e77ebd769 | 3 | [![Build status release][mbed-travis-release-svg]][mbed-travis-release] |
Nathan Yonkee |
9:d58e77ebd769 | 4 | [![Build status master][mbed-travis-master-svg]][mbed-travis-master] |
Nathan Yonkee |
9:d58e77ebd769 | 5 | [![Tools coverage status][mbed-coveralls-tools-svg]][mbed-coveralls-tools] |
Nathan Yonkee |
9:d58e77ebd769 | 6 | [![PR progress][mbed-waffle-svg]][mbed-waffle] |
Nathan Yonkee |
9:d58e77ebd769 | 7 | |
Nathan Yonkee |
9:d58e77ebd769 | 8 | [mbed-os-logo]: logo.png |
Nathan Yonkee |
9:d58e77ebd769 | 9 | [mbed-os-link]: https://www.mbed.com/en/platform/mbed-os/ |
Nathan Yonkee |
9:d58e77ebd769 | 10 | [mbed-travis-master]: https://travis-ci.org/ARMmbed/mbed-os |
Nathan Yonkee |
9:d58e77ebd769 | 11 | [mbed-travis-master-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=master |
Nathan Yonkee |
9:d58e77ebd769 | 12 | [mbed-travis-release]: https://travis-ci.org/ARMmbed/mbed-os/branches |
Nathan Yonkee |
9:d58e77ebd769 | 13 | [mbed-travis-release-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=latest |
Nathan Yonkee |
9:d58e77ebd769 | 14 | [mbed-coveralls-tools]: https://coveralls.io/github/ARMmbed/mbed-os?branch=master |
Nathan Yonkee |
9:d58e77ebd769 | 15 | [mbed-coveralls-tools-svg]: https://coveralls.io/repos/github/ARMmbed/mbed-os/badge.svg?branch=master |
Nathan Yonkee |
9:d58e77ebd769 | 16 | [mbed-waffle]: https://waffle.io/ARMmbed/mbed-os |
Nathan Yonkee |
9:d58e77ebd769 | 17 | [mbed-waffle-svg]: https://badge.waffle.io/ARMmbed/mbed-os.svg?columns=all |
Nathan Yonkee |
9:d58e77ebd769 | 18 | |
Nathan Yonkee |
9:d58e77ebd769 | 19 | 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. |
Nathan Yonkee |
9:d58e77ebd769 | 20 | |
Nathan Yonkee |
9:d58e77ebd769 | 21 | Mbed OS provides a platform that includes: |
Nathan Yonkee |
9:d58e77ebd769 | 22 | * Security foundations. |
Nathan Yonkee |
9:d58e77ebd769 | 23 | * Cloud management services. |
Nathan Yonkee |
9:d58e77ebd769 | 24 | * Drivers for sensors, I/O devices and connectivity. |
Nathan Yonkee |
9:d58e77ebd769 | 25 | |
Nathan Yonkee |
9:d58e77ebd769 | 26 | ## Release notes |
Nathan Yonkee |
9:d58e77ebd769 | 27 | The [release notes](https://os.mbed.com/releases) detail the current release. You can also find information about previous versions. |
Nathan Yonkee |
9:d58e77ebd769 | 28 | |
Nathan Yonkee |
9:d58e77ebd769 | 29 | ## Getting started for developers |
Nathan Yonkee |
9:d58e77ebd769 | 30 | |
Nathan Yonkee |
9:d58e77ebd769 | 31 | We have a [developer website](https://os.mbed.com) 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. |
Nathan Yonkee |
9:d58e77ebd769 | 32 | |
Nathan Yonkee |
9:d58e77ebd769 | 33 | ## Getting started for contributors |
Nathan Yonkee |
9:d58e77ebd769 | 34 | |
Nathan Yonkee |
9:d58e77ebd769 | 35 | We also have a [contributing and publishing guide](https://os.mbed.com/contributing/) that covers licensing, contributor agreements and style guidelines. |