You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
5
5
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.
6
6
7
-
<spanclass="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
+
<spanclass="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>
Copy file name to clipboardExpand all lines: docs/tools/tools_intro.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,22 +23,22 @@ For more information, please see the [Online Compiler page](../build-tools/mbed-
23
23
24
24
Mbed OS has two versions of its command line tool:
25
25
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.
28
28
29
29
You can have both tools installed side by side, so you can work with multiple versions of Mbed OS.
30
30
31
-
### Mbed CLI 2 - Mbed OS 6.y and newer
31
+
### Mbed CLI 2 - Mbed OS 6.5 and newer
32
32
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.
34
34
35
35
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.
36
36
37
37
For more information, see the [Mbed CLI 2 page](../build-tools/mbed-cli-2.html).
38
38
39
-
<spanclass="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
+
<spanclass="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>
40
40
41
-
### Mbed CLI 1 - Mbed OS 6.x and older
41
+
### Mbed CLI 1 - Mbed OS 6.4 and older
42
42
43
43
A Python-based tool, specifically for Mbed OS. For more information, see the [Mbed CLI 1 page](../build-tools/mbed-cli-1.html).
0 commit comments