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
Copy file name to clipboardExpand all lines: docs/tools/offline/cli-setup.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ On Linux or Mac, you may need to run with `sudo`.
63
63
64
64
Mbed CLI for Windows installs <a href="https://github.com/ARMmbed/mbed-cli" target="_blank">Mbed CLI</a> with all requirements on Windows 7 and newer (both the 32- and 64-bit versions).
65
65
66
-
The Windows installer for Mbed CLI for includes the following components:
66
+
The Windows installer for Mbed CLI includes the following components:
67
67
68
-
- **Python** - Mbed CLI is a Python script, so you need Python to use it. Installer installs <a href="https://www.python.org/downloads/release/python-2713/" target="_blank">version 2.7.13 of Python</a>. It is not compatible with Python 3.
68
+
- **Python** - Mbed CLI is a Python script, so you need Python to use it. The installer installs <a href="https://www.python.org/downloads/release/python-2713/" target="_blank">version 2.7.13 of Python</a>. It is not compatible with Python 3.
69
69
- **Mbed CLI version 1.2.2** - <a href="https://github.com/ARMmbed/mbed-cli" target="_blank">Mbed CLI</a>.
70
70
- **Git and Mercurial** - Mbed CLI supports both Git and Mercurial repositories. Both Git and Mercurial are being installed. `git` and `hg` are added to system's PATH.
71
71
- <a href="https://git-scm.com/" target="_blank">Git</a> - version 2.12.2.
@@ -85,7 +85,7 @@ The Windows installer for Mbed CLI for includes the following components:
85
85
86
86
###### Silent install
87
87
88
-
You can execute installer silently without user interaction. Add `/S` flag in Windows command prompt during installation.
88
+
You can execute installer silently without user interaction. Add `/S` flag in Windows command prompt during installation.
@@ -152,7 +152,7 @@ You need to tell Mbed CLI where to find the toolchains that you want to use for
152
152
- <a href="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads" target="_blank">GNU Arm Embedded toolchain (GCC) version 6</a>. Use version 6 of GCC Arm Embedded; version 5.0 or any older version might be incompatible with the tools.
153
153
- <a href="https://www.iar.com/iar-embedded-workbench/#!?architecture=ARM" target="_blank">IAR EWARM 7</a>. Use versions 7.70 to 7.80.x of the IAR EWARM; other versions might be incompatible with the tools.
154
154
155
-
You must inform Mbed CLI about the location of your compiler using one of the following methods.
155
+
You must inform Mbed CLI about the location of your compiler using one of the following methods.
156
156
157
157
- The Mbed CLI configuration command.
158
158
- Adding the compiler's directory to your PATH.
@@ -199,7 +199,7 @@ Mbed CLI has a few rules that allow you to seamlessly switch between different v
199
199
3) Mbed CLI Global Configuration
200
200
4) Environment Variables
201
201
5) The `PATH` Environment Variable
202
-
202
+
203
203
When resolving which setting is used for an individual `mbed compile` or `mbed test` invocation, Mbed CLI picks the lowest numbered present setting.
204
204
205
205
To use a standard toolchain for general purpose development, you may use any method 3 through 5. For overriding a toolchain version for a specific project, you may use methods 1 and 2. All of these methods for configuring a toolchain may coexist.
0 commit comments