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 39:e4cd45fbd4f3, committed 2018-10-09
- Comitter:
- mbed_official
- Date:
- Tue Oct 09 09:45:22 2018 +0100
- Parent:
- 38:315a26cd0165
- Child:
- 40:6a512236f805
- Commit message:
- Removing US915_Hybrid build
US915_Hybrid PHY layer was merged into US915 and was eventually removed.
This PR removes build attempt for US915_Hybrid.
.
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 Mon Sep 17 08:15:20 2018 +0100 +++ b/Jenkinsfile Tue Oct 09 09:45:22 2018 +0100 @@ -20,9 +20,9 @@ // All available regions def regions = [ - "\"0\"", "\"1\"", "\"2\"", "\"3\"", "\"4\"", "\"5\"", "\"6\"", "\"7\"", "\"8\"", "\"9\"", + "\"0\"", "\"1\"", "\"2\"", "\"3\"", "\"4\"", "\"5\"", "\"6\"", "\"7\"", "\"8\"", "\"EU868\"", "\"AS923\"", "\"AU915\"", "\"CN470\"", "\"CN779\"", "\"EU433\"", - "\"IN865\"", "\"KR920\"", "\"US915\"", "\"US915_HYBRID\"" + "\"IN865\"", "\"KR920\"", "\"US915\"" ] // Supported targets