Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Jenkinsfile
- Revision:
- 38:315a26cd0165
- Parent:
- 35:462743fb571e
- Child:
- 39:e4cd45fbd4f3
--- a/Jenkinsfile Tue Sep 11 07:45:19 2018 +0100 +++ b/Jenkinsfile Mon Sep 17 08:15:20 2018 +0100 @@ -40,8 +40,8 @@ def toolchains = [ ARM: "armcc", GCC_ARM: "arm-none-eabi-gcc", - IAR: "iar_arm" - //ARMC6: "arm6" + IAR: "iar_arm", + ARMC6: "arm6" ] def stepsForParallel = [:]