Skip to content

Update the dev_tools document to message IDEs #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/dev_tools/options.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Development tool options

mbed offers three development tools, as well as support for exporting to your third party tools.
mbed OS has been developed using the mbed CLI tool, which is a Python program that co-ordinates builds and fetches all the dependencies of an mbed OS programme. As this runs on your local development machine, you also need compilers and other build tools installed.

As mbed OS 5.0 is compatible with the tools, libraries and programs that have been deployed on the developer.mbed.org site since mbed's origins, you can also use the mbed Online Compiler for building mbed OS 5.0 examples and programs. Furthermore, the exporters to third party development tools that were part of the mbed OS 2.0 ecosystem can also be used.

Finally, we are experimenting with a Cloud9-based mbed Enabled IDE, which is currently in an alpha state and can be tested using the instructions below.

## mbed CLI

the mbed command line tool (mbed CLI) was created specifically for mbed OS 5.0 and is a Python-based tool. For more information, see the [mbed CLI page](cli.md).

## mbed Online Compiler

The mbed Online Compiler is our in-house IDE, and should be familiar to anyone who's been working with mbed OS for a while. For more information, see the [Online Compiler page](online_comp.md).
The mbed Online Compiler is our in-house IDE, and should be familiar to anyone who's been working with mbed for a while. For more information, see the [Online Compiler page](online_comp.md).

## mbed Studio

The mbed Studio is based on the Cloud9 IDE and offers a rich development environment. For more information, see the [mbed Studio page](studio.md).
mbed Studio is an mbed Enabled IDE based on Cloud9 and offers a rich development environment. It is currently in Alpha and should be considered experimental. It can be tried by selecting 'mbed Studio' on the 'Import Program' dropdown.

For more information, see the [mbed Studio page](studio.md).

## Third party development tools

Expand Down