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:
- 6:3c1f873ebe0b
- Parent:
- 0:85f4174a8e29
- Child:
- 17:fbeba6669995
--- a/Jenkinsfile Tue Apr 25 10:15:25 2017 +0100 +++ b/Jenkinsfile Mon May 08 11:15:20 2017 +0100 @@ -1,6 +1,7 @@ // List of targets to compile def targets = [ - "K64F" + "K64F", + "K66F" ] // Map toolchains to compilers