Skip to content

Commit dadc7db

Browse files
Remove the mention of GCC_ARM, IAR as its not very relevant here.
Co-Authored-By: SenRamakri <[email protected]>
1 parent 98edb64 commit dadc7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/tools_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In this method, you can create or update your `mbed_app.json` with the following
5959
{
6060
"target_overrides": {
6161
"*": {
62-
"target.supported_toolchains": ["ARMC5", "GCC_ARM", "IAR"]
62+
"target.supported_toolchains": ["ARMC5"]
6363
}
6464
}
6565
}
@@ -79,4 +79,4 @@ See below for example:
7979
}
8080
```
8181

82-
<span class="note"> **Note:** The above methods to override ARM toolchain version is made available only to enable developers migrating from ARM Compiler 5 to ARM Compiler 6. We encourage developers to make plans to switch to ARM Compiler 6 soon, as we plan to deprecate ARM Compiler 5 support in the future and this migration would ensure that your software is compatible with it. </span>
82+
<span class="note"> **Note:** The above methods to override ARM toolchain version is made available only to enable developers migrating from ARM Compiler 5 to ARM Compiler 6. We encourage developers to make plans to switch to ARM Compiler 6 soon, as we plan to deprecate ARM Compiler 5 support in the future and this migration would ensure that your software is compatible with it. </span>

0 commit comments

Comments
 (0)