Skip to content

Commit c57cf31

Browse files
authored
Updating based on Brian's comments
So picky, Brian; keep it up
1 parent 55d3e9d commit c57cf31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ But mbed CLI goes much further than the basic workflow. To support long-term dev
5252

5353
## Installation
5454

55-
mbed CLImbed CLI is supported on Windows, Linux and Mac OS X. We're keen to learn about your experience with mbed CLI on other operating systems at the [mbed CLI development page](https://github.com/ARMmbed/mbed-cli).
55+
mbed CLI is supported on Windows, Linux and Mac OS X. We're keen to learn about your experience with mbed CLI on other operating systems at the [mbed CLI development page](https://github.com/ARMmbed/mbed-cli).
5656

5757
### Requirements
5858

@@ -65,7 +65,7 @@ mbed CLImbed CLI is supported on Windows, Linux and Mac OS X. We're keen to lear
6565
<span class="tips">**Note:** The directories of Git and Mercurial executables (`git` and `hg`) need to be in your system's PATH.</span>
6666

6767
* **Command-line compiler or IDE Toolchain** - mbed CLI invokes the [mbed OS 5](https://github.com/ARMmbed/mbed-os) tools for various features, like compiling, testing and exporting to industry standard toolchains. To compile your code, you will need either of these:
68-
* Compilers: GCC ARM, ARMCC 5, IAR
68+
* Compilers: GCC ARM, ARM Compiler 5, IAR
6969
* Toolchains: Keil uVision, DS-5, IAR Workbench
7070

7171
### Installing mbed CLI
@@ -299,7 +299,7 @@ Image: .build/K64F/GCC_ARM/mbed-os-program.bin
299299
The arguments for *compile* are:
300300

301301
* `-m <MCU>` to select a target.
302-
* `-t <TOOLCHAIN>` to select a toolchain (of those defined in `mbed_settings.py`, see above). The value can be either `ARM` (armcc compiler), `GCC_ARM` (GNU ARM Embedded), or `IAR` (IAR Embedded Workbench for ARM).
302+
* `-t <TOOLCHAIN>` to select a toolchain (of those defined in `mbed_settings.py`, see above). The value can be either `ARM` (ARM Compiler 5), `GCC_ARM` (GNU ARM Embedded), or `IAR` (IAR Embedded Workbench for ARM).
303303
* `--source <SOURCE>` to select the source directory. The default is `.` (the current directorty). You can specify multiple source locations, even outside the program tree.
304304
* `--build <BUILD>` to select the build directory. Default: `.build/` inside your program.
305305
* `--library` to compile the code as a [static .a/.ar library](#compiling-static-libraries).
@@ -454,7 +454,7 @@ mbedgt: completed in 21.28 sec
454454
The arguments to `test` are:
455455

456456
* `-m <MCU>` to select a target for the compilation.
457-
* `-t <TOOLCHAIN>` to select a toolchain (of those defined in `mbed_settings.py`, see above), where `toolchain` can be either `ARM` (armcc compiler), `GCC_ARM` (GNU ARM Embedded), or `IAR` (IAR Embedded Workbench for ARM).
457+
* `-t <TOOLCHAIN>` to select a toolchain (of those defined in `mbed_settings.py`, see above), where `toolchain` can be either `ARM` (ARM Compiler 5), `GCC_ARM` (GNU ARM Embedded), or `IAR` (IAR Embedded Workbench for ARM).
458458
* `--compile-list` to list all the tests that can be built. For example:
459459
```
460460
$ mbed test --compile-list

0 commit comments

Comments
 (0)