From b6c251ae45afaa0b771f8ad0d14260fdf2625279 Mon Sep 17 00:00:00 2001 From: Marcelo Salazar Date: Wed, 29 Jun 2016 10:56:07 +0100 Subject: [PATCH] [docs] change mbed OS version from 4.0 to 5.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d7ec7bd..d6d980bb 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This document covers the installation and usage of *mbed CLI*. **Note:** The directories of Git and Mercurial executables (`git` and `hg`) need to be in your system's PATH. -* **Command-line compiler or IDE Toolchain** - *mbed CLI* invokes the [mbed OS 4.0](https://github.com/ARMmbed/mbed-os) tools for various features - compiling, testing, exporting to industry standard toolchains. To compile your code, you would need either of these: +* **Command-line compiler or IDE Toolchain** - *mbed CLI* invokes the [mbed OS 5.0](https://github.com/ARMmbed/mbed-os) tools for various features - compiling, testing, exporting to industry standard toolchains. To compile your code, you would need either of these: * Compilers: GCC ARM, ARMCC 5, IAR * Toolchains: Keil uVision, DS-5, IAR Workbench @@ -101,7 +101,7 @@ To list all *mbed CLI* commands use `mbed --help`. A detailed command-specific h ### Creating and importing programs -*mbed CLI* can create and import both mbed 2.0 and mbed OS 4.0 based programs. +*mbed CLI* can create and import both mbed 2.0 and mbed OS 5.0 based programs. #### Creating a new program @@ -149,7 +149,7 @@ mbed-os-program (mbed-os-program#189949915b9c) $ mbed new mbed-classic-program --mbedlib ``` -You can create plain (empty) programs, without either mbed OS 4.0 or mbed 2.0 by adding the `--create-only` option. +You can create plain (empty) programs, without either mbed OS 5.0 or mbed 2.0 by adding the `--create-only` option. #### Importing an existing program