Skip to content

Commit b0b086b

Browse files
committed
Added section mentioning ARMC6 as the default ARM toolchains
1 parent ff3f92f commit b0b086b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/reference/configuration/mbed_targets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ If you specify `ARMC5` in `supported_toolchains`, it means the corresponding tar
198198

199199
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`.
200200

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>
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).
202+
With Mbed-OS 5.12 release, ARM Compiler 6 will be the default ARM toolchain for Mbed-OS developmet. Majority of Mbed OS targets/platforms are already compatible with ARM Compiler 6. Some existing targets still using/supporting ARM Compiler 5 will also be migrated to ARM Compiler 6 in future. Please be aware that all new/existing Mbed OS targets/developers must use ARM Compiler 6 for future development and all code contributions to Mbed OS will be validated with ARM Compiler 6.
203+
</span>
202204

203205
#### default_toolchain
204206

docs/tools/tools_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Mbed Online Compiler is our in-house IDE and should be familiar to anyone wh
3838

3939
For more information, please see the [Online Compiler page](developing-mbed-online-compiler.html).
4040

41-
<span class="note"> **Note:** With Mbed-OS 5.12 release, ARM Compiler 6 will be the default ARM toolchain for all Mbed OS targets. Majority of Mbed OS targets/platforms are already compatible with ARM Compiler 6. Few targets currently using/supporting ARM Compiler 5 will also be migrated to ARM Compiler in future. Please be aware that all new/existing Mbed OS targets/developers must use ARM Compiler 6 for future development and all code contributions to Mbed OS will be validated with ARM Compiler 6. </span>
41+
<span class="note"> **Note:** With Mbed-OS 5.12 release, ARM Compiler 6 will be the default ARM toolchain for Mbed-OS developmet. Majority of Mbed OS targets/platforms are already compatible with ARM Compiler 6. Some existing targets still using/supporting ARM Compiler 5 will also be migrated to ARM Compiler 6 in future. Please be aware that all new/existing Mbed OS targets/developers must use ARM Compiler 6 for future development and all code contributions to Mbed OS will be validated with ARM Compiler 6. </span>
4242

4343
##### Third party development tools
4444

0 commit comments

Comments
 (0)