We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d31e2a commit ddaab1bCopy full SHA for ddaab1b
tools/toolchains/arm.py
@@ -33,7 +33,8 @@
33
"Warning: We noticed that you are using Arm Compiler 5. "
34
"We are deprecating the use of Arm Compiler 5 soon. "
35
"Please upgrade your environment to Arm Compiler 6 "
36
- "which is free to use with Mbed OS."
+ "which is free to use with Mbed OS. For more information, "
37
+ "please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"
38
)
39
40
class ARM(mbedToolchain):
0 commit comments