contain lorawan with serial_rx enabled

Dependencies:   pulga-lorawan-drv SPI_MX25R Si1133 BME280

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Oct 08 14:01:59 2019 +0100
Parent:
57:36e87c44c920
Child:
59:a4fc1efb1569
Commit message:
Merge pull request #166 from trowbridgec/add-ep-agora

Add support for the Embedded Planet Agora target
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Tue Sep 03 14:01:54 2019 +0100
+++ b/README.md	Tue Oct 08 14:01:59 2019 +0100
@@ -115,6 +115,7 @@
 Here is a list of boards and modules that have been tested by the community:
 
 - IMST iM880B (SX1272)
+- Embedded Planet Agora (SX1276)
 
 ## Compiling the application
 
--- a/mbed-os.lib	Tue Sep 03 14:01:54 2019 +0100
+++ b/mbed-os.lib	Tue Oct 08 14:01:59 2019 +0100
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#0063e5de32fc575f061244c96ac60c41c07bd2e6
+https://github.com/ARMmbed/mbed-os/#b6e5a0a8afa34dec9dae8963778aebce0c82a54b
--- a/mbed_app.json	Tue Sep 03 14:01:54 2019 +0100
+++ b/mbed_app.json	Tue Oct 08 14:01:59 2019 +0100
@@ -258,6 +258,28 @@
             "lora-ant-switch":     "NC",
             "lora-pwr-amp-ctl":    "NC",
             "lora-tcxo":           "NC"
+        },
+
+        "EP_AGORA": {
+            "target.macros_add":   ["NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=4"],
+            "lora-spi-mosi":       "PIN_NAME_LORA_MOSI",
+            "lora-spi-miso":       "PIN_NAME_LORA_MISO",
+            "lora-spi-sclk":       "PIN_NAME_LORA_SCLK",
+            "lora-cs":             "PIN_NAME_LORA_SSN",
+            "lora-reset":          "PIN_NAME_LORA_RESETN",
+            "lora-dio0":           "PIN_NAME_LORA_DIO0",
+            "lora-dio1":           "PIN_NAME_LORA_DIO1",
+            "lora-dio2":           "PIN_NAME_LORA_DIO2",
+            "lora-dio3":           "PIN_NAME_LORA_DIO3",
+            "lora-dio4":           "NC",
+            "lora-dio5":           "NC",
+            "lora-rf-switch-ctl1": "NC",
+            "lora-rf-switch-ctl2": "NC",
+            "lora-txctl":          "NC",
+            "lora-rxctl":          "NC",
+            "lora-ant-switch":     "NC",
+            "lora-pwr-amp-ctl":    "NC",
+            "lora-tcxo":           "NC"
         }
     },
     "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_lora_config.h\""]