mbed-os5 only for TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Committer:
kenjiArai
Date:
Tue Dec 31 06:02:27 2019 +0000
Revision:
1:9db0e321a9f4
Parent:
0:5b88d5760320
updated based on mbed-os5.15.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kenjiArai 0:5b88d5760320 1 [![Mbed OS][mbed-os-logo]][mbed-os-link]
kenjiArai 0:5b88d5760320 2
kenjiArai 0:5b88d5760320 3 [![Build status release][mbed-travis-release-svg]][mbed-travis-release]
kenjiArai 0:5b88d5760320 4 [![Build status master][mbed-travis-master-svg]][mbed-travis-master]
kenjiArai 0:5b88d5760320 5 [![Tools coverage status][mbed-coveralls-tools-svg]][mbed-coveralls-tools]
kenjiArai 0:5b88d5760320 6
kenjiArai 0:5b88d5760320 7 [mbed-os-logo]: logo.png
kenjiArai 0:5b88d5760320 8 [mbed-os-link]: https://www.mbed.com/en/platform/mbed-os/
kenjiArai 0:5b88d5760320 9 [mbed-travis-master]: https://travis-ci.org/ARMmbed/mbed-os
kenjiArai 0:5b88d5760320 10 [mbed-travis-master-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=master
kenjiArai 0:5b88d5760320 11 [mbed-travis-release]: https://travis-ci.org/ARMmbed/mbed-os/branches
kenjiArai 0:5b88d5760320 12 [mbed-travis-release-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=latest
kenjiArai 0:5b88d5760320 13 [mbed-coveralls-tools]: https://coveralls.io/github/ARMmbed/mbed-os?branch=master
kenjiArai 0:5b88d5760320 14 [mbed-coveralls-tools-svg]: https://coveralls.io/repos/github/ARMmbed/mbed-os/badge.svg?branch=master
kenjiArai 0:5b88d5760320 15
kenjiArai 0:5b88d5760320 16 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.
kenjiArai 0:5b88d5760320 17
kenjiArai 0:5b88d5760320 18 Mbed OS provides a platform that includes:
kenjiArai 0:5b88d5760320 19
kenjiArai 0:5b88d5760320 20 - Security foundations.
kenjiArai 0:5b88d5760320 21 - Cloud management services.
kenjiArai 0:5b88d5760320 22 - Drivers for sensors, I/O devices and connectivity.
kenjiArai 0:5b88d5760320 23
kenjiArai 0:5b88d5760320 24 ## Release notes
kenjiArai 0:5b88d5760320 25 The [release notes](https://os.mbed.com/releases) detail the current release. You can also find information about previous versions.
kenjiArai 0:5b88d5760320 26
kenjiArai 0:5b88d5760320 27 ## License and contributions
kenjiArai 0:5b88d5760320 28
kenjiArai 0:5b88d5760320 29 The software is provided under the [Apache-2.0 license](LICENSE-apache-2.0.txt). Contributions to this project are accepted under the same license. Please see [contributing.md](CONTRIBUTING.md) for more information.
kenjiArai 0:5b88d5760320 30
kenjiArai 0:5b88d5760320 31 This project contains code from other projects. The original license text is included in those source files. They must comply with our [license guide](https://os.mbed.com/docs/mbed-os/latest/contributing/license.html).
kenjiArai 0:5b88d5760320 32
kenjiArai 0:5b88d5760320 33 Folders containing files under different permissive license than Apache 2.0 are listed in the [LICENSE](LICENSE.md) file.
kenjiArai 0:5b88d5760320 34
kenjiArai 0:5b88d5760320 35 ## Getting started for developers
kenjiArai 0:5b88d5760320 36
kenjiArai 0:5b88d5760320 37 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.
kenjiArai 0:5b88d5760320 38
kenjiArai 0:5b88d5760320 39 ## Getting started for contributors
kenjiArai 0:5b88d5760320 40
kenjiArai 0:5b88d5760320 41 We also have a [contributing and publishing guide](https://os.mbed.com/contributing/) that covers licensing, contributor agreements and style guidelines.
kenjiArai 0:5b88d5760320 42
kenjiArai 0:5b88d5760320 43 ## Documentation
kenjiArai 0:5b88d5760320 44
kenjiArai 0:5b88d5760320 45 For more information about Mbed OS, please see [our published documentation](https://os.mbed.com/docs/latest). It includes Doxygen for our APIs, step-by-step tutorials, porting information and background reference materials about our architecture and tools.
kenjiArai 0:5b88d5760320 46
kenjiArai 0:5b88d5760320 47 To contribute to this documentation, please see the [mbed-os-5-docs repository](https://github.com/ARMmbed/mbed-os-5-docs).
kenjiArai 0:5b88d5760320 48