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 Mar 13 15:30:19 2018 +0000
Parent:
5:2a08c4ee1843
Child:
7:2fc0e8a7b6f0
Commit message:
Reduced main stack size for Disco target

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Tue Mar 13 09:45:19 2018 +0000
+++ b/mbed_app.json	Tue Mar 13 15:30:19 2018 +0000
@@ -4,6 +4,7 @@
             "help": "Which radio to use (options: SX1272,SX1276)",
             "value": "SX1276"
         },
+        "main_stack_size":     { "value": 4096 },
 
         "lorawan-enabled":     { "value": false},
 
@@ -62,6 +63,7 @@
         },
 
         "DISCO_L072CZ_LRWAN1": {
+            "main_stack_size":      3072,
             "lorawan-enabled":      true,
 
             "lora-radio":          "SX1276",