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.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
README.md@0:098463de4c5d, 2017-01-25 (annotated)
- Committer:
- group-onsemi
- Date:
- Wed Jan 25 20:34:15 2017 +0000
- Revision:
- 0:098463de4c5d
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
group-onsemi | 0:098463de4c5d | 1 | # ARM mbed OS |
group-onsemi | 0:098463de4c5d | 2 | |
group-onsemi | 0:098463de4c5d | 3 | mbed OS is an open-source embedded operating system designed specifically for the "things" in the Internet of Things (IoT). It includes all the features you need to develop a connected product based on an ARM Cortex-M microcontroller. |
group-onsemi | 0:098463de4c5d | 4 | |
group-onsemi | 0:098463de4c5d | 5 | mbed OS accelerates the process of creating a connected product by providing a platform operating system that includes robust security foundations, standards based communication capabilities, built-in cloud management services, and drivers for sensors, I/O devices and connectivity. mbed OS is built as a modular, configurable software stack so that you can readily customize it to the device you're developing for, and reduce memory requirements by excluding unnecessary software components. |
group-onsemi | 0:098463de4c5d | 6 | |
group-onsemi | 0:098463de4c5d | 7 | ## Current release |
group-onsemi | 0:098463de4c5d | 8 | |
group-onsemi | 0:098463de4c5d | 9 | The current release, along with a selection of previous versions are detailed here: |
group-onsemi | 0:098463de4c5d | 10 | [Release Notes](https://docs.mbed.com/docs/mbed-os-release-notes/en/latest/) |
group-onsemi | 0:098463de4c5d | 11 | |
group-onsemi | 0:098463de4c5d | 12 | ## Getting Started for Developers |
group-onsemi | 0:098463de4c5d | 13 | |
group-onsemi | 0:098463de4c5d | 14 | We have a getting started guide for developers using mbed OS in applications: |
group-onsemi | 0:098463de4c5d | 15 | |
group-onsemi | 0:098463de4c5d | 16 | - [Getting Started](https://docs.mbed.com/docs/mbed-os-handbook/en/5.2/) |
group-onsemi | 0:098463de4c5d | 17 | |
group-onsemi | 0:098463de4c5d | 18 | ## Getting Started for Contributors |
group-onsemi | 0:098463de4c5d | 19 | |
group-onsemi | 0:098463de4c5d | 20 | We have a getting started guide for contributors working on mbed OS: |
group-onsemi | 0:098463de4c5d | 21 | |
group-onsemi | 0:098463de4c5d | 22 | - Have a look in the docs directory |