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.
Revision 38:315a26cd0165, committed 2018-09-17
- Comitter:
- mbed_official
- Date:
- Mon Sep 17 08:15:20 2018 +0100
- Parent:
- 37:5bc348e90af0
- Child:
- 39:e4cd45fbd4f3
- Commit message:
- Merge pull request #100 from ARMmbed/enable_armc6
Enabled ARMC6 compiler
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan
Changed in this revision
| Jenkinsfile | Show annotated file Show diff for this revision Revisions of this file |
--- 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 = [:]