contain lorawan with serial_rx enabled
Dependencies: pulga-lorawan-drv SPI_MX25R Si1133 BME280
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