Skip to content

Commit 0ec8444

Browse files
Amanda Butlerhug-dev
authored andcommitted
Copy edit README.md
Copy edit for branding, consistent tense and consistent style.
1 parent a453faa commit 0ec8444

File tree

1 file changed

+18
-18
lines changed
  • targets/TARGET_ARM_SSG/TARGET_CM3DS_MPS2

1 file changed

+18
-18
lines changed

targets/TARGET_ARM_SSG/TARGET_CM3DS_MPS2/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This folder includes the port of mbed OS on the example system of the Cortex-M3
44
Design Start Eval package. This example is implemented in FPGA on the MPS2+
5-
board. Please check the [mbed page](https://os.mbed.com/platforms/ARM-CM3DS/) of
5+
board. Please check the [Mbed page](https://os.mbed.com/platforms/ARM-CM3DS/) of
66
this target for more information.
77
For convenience, this target is called **CM3DS**.
88

9-
## Compiling :construction_worker:
9+
## Compiling
1010

11-
The target name is `ARM_CM3DS_MPS2`, you should be able to compile mbed OS
11+
The target name is `ARM_CM3DS_MPS2`, you should be able to compile Mbed OS
1212
projects for CM3DS with:
1313

1414
```bash
@@ -17,28 +17,28 @@ mbed compile -t COMPILER -m ARM_CM3DS_MPS2
1717

1818
The following compilers are supported (replace `COMPILER` with):
1919

20-
* `ARM` for Arm Compiler version 5
21-
* `GCC_ARM` for GNU Compiler for Arm
22-
* `IAR` for IAR compiler
20+
* `ARM` for Arm Compiler version 5.
21+
* `GCC_ARM` for GNU Compiler for Arm.
22+
* `IAR` for IAR compiler.
2323

24-
## Running :running:
24+
## Running
2525

2626
Because of the new memory configuration introduced in commit `CM3DS: switch to
27-
larger memories for code and data` it
28-
has become more easy (and portable amoung all compilers) to use `.elf` files
27+
larger memories for code and data`, it
28+
has become easier (and portable amoung all compilers) to use `.elf` files
2929
instead of `.bin`. `.elf` files are now the default for CM3DS projects and only
30-
they will be generated out of the compilation.
31-
For `.elf` files to work, you will need **at least version 2.2.5** of the MPS2+
32-
firmware. You can find firmware version 2.2.6 and instructions on how to put it
33-
in the MPS2+ board [here](https://community.arm.com/processors/designstart/f/discussions/9727/mps2-firmware-for-mbed).
30+
they will be generated from the compilation.
31+
For `.elf` files to work, you need **at least version 2.2.5** of the MPS2+
32+
firmware. For more information, please see the [firmware version 2.2.6 and instructions on how to put it
33+
in the MPS2+ board](https://community.arm.com/processors/designstart/f/discussions/9727/mps2-firmware-for-mbed).
3434

35-
## Testing :zap:
35+
## Testing
3636

37-
If you want to execute the mbed OS greentea tests on CM3DS, you will need
37+
If you want to execute the Mbed OS greentea tests on CM3DS, you need
3838
**at least firmware version 2.2.6**.
3939

4040
* `mbedls` does not automatically recognize which serial port is linked to the
41-
board. Check it manually and create a file named `mbedls.json` containing
41+
board. Check it manually, and create a file named `mbedls.json` containing
4242
(at the same level than where you execute all commands):
4343
```bash
4444
{
@@ -50,12 +50,12 @@ board. Check it manually and create a file named `mbedls.json` containing
5050
Replace `/dev/ttyUSB0` with your correct serial port
5151
(something like `COM6` on Windows).
5252

53-
* `mbedls` does not link CM3DS target ID with its name so execute the command:
53+
* `mbedls` does not link CM3DS target ID with its name, so execute the command:
5454
```bash
5555
mbedls --mock 5004:ARM_CM3DS_MPS2
5656
```
5757

58-
* You can now compile and run the tests :+1: :
58+
* You can now compile and run the tests
5959
```bash
6060
mbed test -m ARM_CM3DS_MPS2 -t COMPILER
6161
```

0 commit comments

Comments
 (0)