Skip to content

Commit 8db10b3

Browse files
committed
Update tools intro section to capture new requirements for ARMC6 tranisition
1 parent ea365aa commit 8db10b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/tools/tools_intro.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,19 @@ Mbed OS 5 can be built with various toolchains. The currently supported versions
2727

2828
##### Arm Mbed Online Compiler
2929

30-
The Mbed Online Compiler is our in-house IDE and should be familiar to anyone who's been working with Mbed for a while. It switches the backing toolchain based on the architecture version as in the table below.
30+
The Mbed Online Compiler is our in-house IDE, and should be familiar to anyone who's been working with Mbed for a while. It switches the backing toolchain based on the architecture version as in the table below.
31+
3132

3233
| Architecture version | Compiler |
3334
|---- |---- |
34-
| Arm v6M | `Arm Compiler 6.11` or `Arm Compiler 5.06 update 6` based on the Arm toolchain supported by the target (see `supported_toolchains` in [Adding and configuring targets](../reference/configuration/mbed_targets.html)) |
35-
| Arm v7M | `Arm Compiler 6.11` or `Arm Compiler 5.06 update 6` based on the Arm toolchain supported by the target (see `supported_toolchains` in [Adding and configuring targets](../reference/configuration/mbed_targets.html)) |
35+
| Arm v6M | `Arm Compiler 6.11` or `Arm Compiler 5.06 update 6` based on the ARM toolchain supported by the target (see `supported_toolchains` in [Adding and configuring targets](../reference/configuration/mbed_targets.html#)) |
36+
| Arm v7M | `Arm Compiler 6.11` or `Arm Compiler 5.06 update 6` based on the ARM toolchain supported by the target (see `supported_toolchains` in [Adding and configuring targets](../reference/configuration/mbed_targets.html#)) |
3637
| Arm v7A | `Arm Compiler 6.11` |
3738
| Arm v8M | `Arm Compiler 6.11` |
3839

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

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 as all source code contributions to Mbed OS will be validated with ARM Compiler 6. </span>
42+
<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>
4243

4344
##### Third party development tools
4445

0 commit comments

Comments
 (0)