Skip to content

Commit 5416a23

Browse files
committed
Update tools intro section to capture new requirements for ARMC6 tranisition
1 parent e11df51 commit 5416a23

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/tools/tools_intro.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ 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:
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 |
35-
| Arm v7M | Arm Compiler 6.11 |
36-
| Arm v7A | Arm Compiler 6.11 |
37-
| Arm v8M | Arm Compiler 6.11 |
35+
| Arm v6M | `Arm Compiler 6.11` or `Arm Compiler 5.06 update 6` based on ARM toolchain supported by 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 ARM toolchain supported by target (see `supported_toolchains` in [Adding and configuring targets](../reference/configuration/mbed_targets.html#)) |
37+
| Arm v7A | `Arm Compiler 6.11` |
38+
| Arm v8M | `Arm Compiler 6.11` |
3839

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

0 commit comments

Comments
 (0)