Skip to content

Commit 9ee5934

Browse files
committed
docs: Subsitute the right Mbed OS version
* Replace 6.x to 6.4 (Old version which doesn't support Mbed CLI 2) * Replace 6.y to 6.5 (Supports Mbed CLI 2 and Mbed CLI 1)
1 parent 4055e74 commit 9ee5934

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/tools/mbed_cli_2/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mbed CLI 2
22

3-
Starting with version 6.x, Mbed OS is moving to Mbed CLI 2. It uses Ninja as a build system, and CMake to generate the build environment and manage the build process in a compiler-independent manner.
3+
Starting with version 6.5, Mbed OS is moving to Mbed CLI 2. It uses Ninja as a build system, and CMake to generate the build environment and manage the build process in a compiler-independent manner.
44

55
Mbed CLI 2 parses the Mbed OS build configuration and outputs it to a format CMake can read. It also provides a user friendly interface to CMake and Ninja so you can configure, generate and execute builds with a single command.
66

7-
<span class="notes">**Note:** You'll still need Mbed CLI 1 for older versions of Mbed OS (6.x and older). You can install both tools side by side.</span>
7+
<span class="notes">**Note:** You'll still need Mbed CLI 1 for older versions of Mbed OS (6.4 and older). You can install both tools side by side.</span>

docs/tools/tools_intro.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ For more information, please see the [Online Compiler page](../build-tools/mbed-
2323

2424
Mbed OS has two versions of its command line tool:
2525

26-
- For 6.y and newer, use Mbed CLI 1 or Mbed CLI 2.
27-
- For 6.x and older, use Mbed CLI 1.
26+
- For 6.5 and newer, use Mbed CLI 1 or Mbed CLI 2.
27+
- For 6.4 and older, use Mbed CLI 1.
2828

2929
You can have both tools installed side by side, so you can work with multiple versions of Mbed OS.
3030

31-
### Mbed CLI 2 - Mbed OS 6.y and newer
31+
### Mbed CLI 2 - Mbed OS 6.5 and newer
3232

33-
Starting with version 6.x, Mbed OS is moving to Mbed CLI 2. It uses Ninja as a build system, and CMake to generate the build environment and manage the build process in a compiler-independent manner.
33+
Starting with version 6.5, Mbed OS is moving to Mbed CLI 2. It uses Ninja as a build system, and CMake to generate the build environment and manage the build process in a compiler-independent manner.
3434

3535
Mbed CLI 2 parses the Mbed OS build configuration and outputs it to a format CMake can read. It also provides a user friendly interface to CMake and Ninja so you can configure, generate and execute builds with a single command.
3636

3737
For more information, see the [Mbed CLI 2 page](../build-tools/mbed-cli-2.html).
3838

39-
<span class="notes">**Note:** You'll still need Mbed CLI 1 for older versions of Mbed OS (6.x and older). You can install both tools side by side.</span>
39+
<span class="notes">**Note:** You'll still need Mbed CLI 1 for older versions of Mbed OS (6.4 and older). You can install both tools side by side.</span>
4040

41-
### Mbed CLI 1 - Mbed OS 6.x and older
41+
### Mbed CLI 1 - Mbed OS 6.4 and older
4242

4343
A Python-based tool, specifically for Mbed OS. For more information, see the [Mbed CLI 1 page](../build-tools/mbed-cli-1.html).
4444

0 commit comments

Comments
 (0)