Skip to content

Commit b706d08

Browse files
committed
Modifications to emphasize the options available to apps vs porting
1 parent aad083e commit b706d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/tools_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can export your project from any of our tools to third party tools. For inst
4949

5050
To force Arm Compiler 5, you can use the following options:
5151

52-
- Create or update your `mbed_app.json` with:
52+
- Create or update your `mbed_app.json` as below. This is the recommended method for applications to use ARM Compiler 5.
5353

5454
```
5555
{
@@ -61,7 +61,7 @@ To force Arm Compiler 5, you can use the following options:
6161
}
6262
```
6363

64-
- Modify the `supported_toolchains` entry in targets.json to replace all `ARM`, `ARMC6` entries with `ARMC5`:
64+
- For porting a target that cannot use Arm Compiler 6 at this time, modify the `supported_toolchains` entry in targets.json to replace all `ARM`, `ARMC6` entries with `ARMC5` as below.
6565

6666
```
6767
"MY_TARGET_NAME": {

0 commit comments

Comments
 (0)