Skip to content

Commit b228691

Browse files
Amanda ButlerSenRamakri
authored andcommitted
Update mbed_targets.md
Edit file for minor formatting.
1 parent 1a712b2 commit b228691

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/reference/configuration/mbed_targets.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,12 @@ Enabling `is_disk_virtual` adds delay after flashing firmware binary to make sur
193193
#### supported_toolchains
194194

195195
The `supported_toolchains` property is the list of toolchains that support a target. The allowed values for `supported_toolchains` are `ARM`, `uARM`, `ARMC5`, `ARMC6`, `GCC_ARM` and `IAR`.
196-
If you specify `ARMC5` in `supported_toolchains` it means the corresponding target supports `Arm Compiler 5.06 update 6`.
197-
If a target lists both ARMC5 and ARM(or ARMC6) in `supported_toolchains`, the ARM Compiler 6.11 will be used when compiling with `ARM` option for `--toolchain`.
198-
Note that although you can specify `ARMC5` in `supported_toolchains` in `targets.json`, it's not a valid option for `--toolchain` when compiling using [Mbed CLI](../tools/developing-mbed-cli.html).
196+
197+
If you specify `ARMC5` in `supported_toolchains`, it means the corresponding target supports `Arm Compiler 5.06 update 6`.
198+
199+
If a target lists both ARMC5 and ARM (or ARMC6) in `supported_toolchains`, the ARM Compiler 6.11 will be used when compiling with `ARM` option for `--toolchain`.
200+
201+
<span class="notes">**Note:** Although you can specify `ARMC5` in `supported_toolchains` in `targets.json`, it's not a valid option for `--toolchain` when compiling using [Mbed CLI](../tools/developing-mbed-cli.html).</span>
199202

200203
#### default_toolchain
201204

@@ -433,4 +436,4 @@ The `orphans` command shows all targets that you cannot reach from a public targ
433436

434437
### Related content
435438

436-
- [Developing: Mbed CLI](../tools/developing-mbed-cli.html)
439+
- [Developing: Mbed CLI](../tools/developing-mbed-cli.html).

0 commit comments

Comments
 (0)