Color Oled(SSD1331) connect to STMicroelectronics Nucleo-F466

Dependencies:   ssd1331

Committer:
kadonotakashi
Date:
Wed Oct 10 00:33:53 2018 +0000
Revision:
0:8fdf9a60065b
how to make mbed librry

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kadonotakashi 0:8fdf9a60065b 1 [![Mbed OS][mbed-os-logo]][mbed-os-link]
kadonotakashi 0:8fdf9a60065b 2
kadonotakashi 0:8fdf9a60065b 3 [![Build status release][mbed-travis-release-svg]][mbed-travis-release]
kadonotakashi 0:8fdf9a60065b 4 [![Build status master][mbed-travis-master-svg]][mbed-travis-master]
kadonotakashi 0:8fdf9a60065b 5 [![Tools coverage status][mbed-coveralls-tools-svg]][mbed-coveralls-tools]
kadonotakashi 0:8fdf9a60065b 6 [![PR progress][mbed-waffle-svg]][mbed-waffle]
kadonotakashi 0:8fdf9a60065b 7
kadonotakashi 0:8fdf9a60065b 8 [mbed-os-logo]: logo.png
kadonotakashi 0:8fdf9a60065b 9 [mbed-os-link]: https://www.mbed.com/en/platform/mbed-os/
kadonotakashi 0:8fdf9a60065b 10 [mbed-travis-master]: https://travis-ci.org/ARMmbed/mbed-os
kadonotakashi 0:8fdf9a60065b 11 [mbed-travis-master-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=master
kadonotakashi 0:8fdf9a60065b 12 [mbed-travis-release]: https://travis-ci.org/ARMmbed/mbed-os/branches
kadonotakashi 0:8fdf9a60065b 13 [mbed-travis-release-svg]: https://travis-ci.org/ARMmbed/mbed-os.svg?branch=latest
kadonotakashi 0:8fdf9a60065b 14 [mbed-coveralls-tools]: https://coveralls.io/github/ARMmbed/mbed-os?branch=master
kadonotakashi 0:8fdf9a60065b 15 [mbed-coveralls-tools-svg]: https://coveralls.io/repos/github/ARMmbed/mbed-os/badge.svg?branch=master
kadonotakashi 0:8fdf9a60065b 16 [mbed-waffle]: https://waffle.io/ARMmbed/mbed-os
kadonotakashi 0:8fdf9a60065b 17 [mbed-waffle-svg]: https://badge.waffle.io/ARMmbed/mbed-os.svg?columns=all
kadonotakashi 0:8fdf9a60065b 18
kadonotakashi 0:8fdf9a60065b 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.
kadonotakashi 0:8fdf9a60065b 20
kadonotakashi 0:8fdf9a60065b 21 Mbed OS provides a platform that includes:
kadonotakashi 0:8fdf9a60065b 22 * Security foundations.
kadonotakashi 0:8fdf9a60065b 23 * Cloud management services.
kadonotakashi 0:8fdf9a60065b 24 * Drivers for sensors, I/O devices and connectivity.
kadonotakashi 0:8fdf9a60065b 25
kadonotakashi 0:8fdf9a60065b 26 ## Release notes
kadonotakashi 0:8fdf9a60065b 27 The [release notes](https://os.mbed.com/releases) detail the current release. You can also find information about previous versions.
kadonotakashi 0:8fdf9a60065b 28
kadonotakashi 0:8fdf9a60065b 29 ## Getting started for developers
kadonotakashi 0:8fdf9a60065b 30
kadonotakashi 0:8fdf9a60065b 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.
kadonotakashi 0:8fdf9a60065b 32
kadonotakashi 0:8fdf9a60065b 33 ## Getting started for contributors
kadonotakashi 0:8fdf9a60065b 34
kadonotakashi 0:8fdf9a60065b 35 We also have a [contributing and publishing guide](https://os.mbed.com/contributing/) that covers licensing, contributor agreements and style guidelines.
kadonotakashi 0:8fdf9a60065b 36
kadonotakashi 0:8fdf9a60065b 37 ## Documentation
kadonotakashi 0:8fdf9a60065b 38
kadonotakashi 0:8fdf9a60065b 39 For more information about Mbed OS, please see [our published documentation](https://os.mbed.com/docs/latest). It includes published Doxygen for our APIs, step-by-step tutorials, porting information and background reference materials about our architecture and tools.
kadonotakashi 0:8fdf9a60065b 40
kadonotakashi 0:8fdf9a60065b 41 To contribute to this documentation, please see the [mbed-os-5-docs repo](https://github.com/ARMmbed/mbed-os-5-docs).