Skip to content

Commit e11df51

Browse files
committed
Update target configuration information for ARMC6/ARMC5
1 parent 6ee2fd2 commit e11df51

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/reference/configuration/mbed_targets.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,10 @@ Enabling `is_disk_virtual` adds delay after flashing firmware binary to make sur
192192

193193
#### supported_toolchains
194194

195-
The `supported_toolchains` property is the list of toolchains that support a target. The allowed values for `supported_toolchains` are `ARM`, `uARM`, `ARMC6`, `GCC_ARM` and `IAR`.
195+
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).
196199

197200
#### default_toolchain
198201

@@ -427,3 +430,7 @@ The `orphans` command shows all targets that you cannot reach from a public targ
427430
- EFR32MG1P132F256GM48
428431
- EFR32MG1_BRD4150
429432
```
433+
434+
### Related content
435+
436+
- [Developing: Mbed CLI](../tools/developing-mbed-cli.html)

0 commit comments

Comments
 (0)