Add link for ARMC5 warning

pull/10204/head
Brian Daniels 2019-03-22 07:38:30 -05:00 committed by adbridge
parent 551bbf3985
commit 12438af35d
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ ARMC5_MIGRATION_WARNING = (
"Warning: We noticed that you are using Arm Compiler 5. " "Warning: We noticed that you are using Arm Compiler 5. "
"We are deprecating the use of Arm Compiler 5 soon. " "We are deprecating the use of Arm Compiler 5 soon. "
"Please upgrade your environment to Arm Compiler 6 " "Please upgrade your environment to Arm Compiler 6 "
"which is free to use with Mbed OS." "which is free to use with Mbed OS. For more information, "
"please visit https://os.mbed.com/docs/mbed-os/latest/tools/index.html"
) )
class ARM(mbedToolchain): class ARM(mbedToolchain):