Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Jun 04 12:04:03 2018 +0100
Parent:
61:b80d169da384
Child:
63:d01e7341699d
Commit message:
Increase Nanostack heap size for Thread BR (#108)

Thread BR requires 46k of heap to start properly.
Increase heap size from 40k to 64k.

Note: Thread will not compile with IAR.
.
Commit copied from https://github.com/ARMmbed/nanostack-border-router

Changed in this revision

configs/Thread_Atmel_RF.json Show annotated file Show diff for this revision Revisions of this file
configs/Thread_SLIP_Atmel_RF.json Show annotated file Show diff for this revision Revisions of this file
--- a/configs/Thread_Atmel_RF.json	Thu May 31 13:30:18 2018 +0100
+++ b/configs/Thread_Atmel_RF.json	Mon Jun 04 12:04:03 2018 +0100
@@ -2,7 +2,7 @@
     "config": {
         "heap-size": {
              "help": "The amount of static RAM to reserve for nsdynmemlib heap",
-             "value": 40000
+             "value": 65535
         },
         "radio-type":{
             "help": "options are ATMEL, MCR20",
--- a/configs/Thread_SLIP_Atmel_RF.json	Thu May 31 13:30:18 2018 +0100
+++ b/configs/Thread_SLIP_Atmel_RF.json	Mon Jun 04 12:04:03 2018 +0100
@@ -2,7 +2,7 @@
     "config": {
         "heap-size": {
              "help": "The amount of static RAM to reserve for nsdynmemlib heap",
-             "value": 40000
+             "value": 65535
         },
         "radio-type":{
             "help": "options are ATMEL, MCR20",