mbed-os-examples / Mbed OS nanostack-border-router-mbed5
Revision:
61:b80d169da384
Parent:
22:8740285d8f09
Child:
63:d01e7341699d
diff -r dfb13eee2b42 -r b80d169da384 configs/6lowpan_Atmel_RF.json
--- a/configs/6lowpan_Atmel_RF.json	Wed May 23 14:15:16 2018 +0100
+++ b/configs/6lowpan_Atmel_RF.json	Thu May 31 13:30:18 2018 +0100
@@ -2,15 +2,15 @@
     "config": {
         "heap-size": {
              "help": "The amount of static RAM to reserve for nsdynmemlib heap",
-             "value": 50000
+             "value": 40000
         },
         "radio-type":{
             "help": "options are ATMEL, MCR20, SPIRIT1",
             "value": "ATMEL"
         },
         "backhaul-driver": {
-            "help": "options are ETH, SLIP",
-            "value": "ETH"
+            "help": "options are ETH, SLIP, EMAC",
+            "value": "EMAC"
         },
         "mesh-mode": {
             "help": "Mesh networking mode. Options are LOWPAN_ND and THREAD",
@@ -70,6 +70,8 @@
         "*": {
             "target.features_add": ["NANOSTACK", "LOWPAN_BORDER_ROUTER", "COMMON_PAL"],
             "target.features_remove": ["LWIP"],
+            "target.network-default-interface-type": "ETHERNET",
+            "nsapi.default-stack": "NANOSTACK",
             "mbed-trace.enable": 1,
             "nanostack.configuration": "lowpan_border_router",
             "platform.stdio-convert-newlines": true,