Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: configs/6lowpan_Atmel_RF.json
- Revision:
- 61:b80d169da384
- Parent:
- 22:8740285d8f09
- Child:
- 63:d01e7341699d
--- 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,