You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/tools_intro.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,15 @@ Mbed OS 5 can be built with various toolchains. The currently supported versions
27
27
28
28
##### Arm Mbed Online Compiler
29
29
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
+
31
32
32
33
| Architecture version | Compiler |
33
34
|---- |---- |
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`|
38
39
39
40
For more information, please see the [Online Compiler page](developing-mbed-online-compiler.html).
0 commit comments