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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,19 @@ 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 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
+
31
32
32
33
| Architecture version | Compiler |
33
34
|---- |---- |
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#)) |
36
37
| Arm v7A |`Arm Compiler 6.11`|
37
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).
40
41
41
-
<spanclass="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
+
<spanclass="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>
0 commit comments