Skip to content

Commit 5de456e

Browse files
author
Arto Kinnunen
authored
Update application configs (#145)
Add nanostack configuration option for source based compilations.
1 parent f2ee211 commit 5de456e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

configs/mesh_6lowpan.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"target_overrides": {
1616
"*": {
1717
"target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
18+
"nanostack.configuration": "lowpan_router",
1819
"mbed-mesh-api.6lowpan-nd-panid-filter": "0xffff",
1920
"mbed-mesh-api.6lowpan-nd-channel-page": 0,
2021
"mbed-mesh-api.6lowpan-nd-channel": 12,

configs/mesh_thread.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"target_overrides": {
1616
"*": {
1717
"target.features_add": ["NANOSTACK", "THREAD_ROUTER", "COMMON_PAL"],
18+
"nanostack.configuration": "thread_router",
1819
"mbed-trace.enable": false,
1920
"mbed-mesh-api.heap-size": 30000,
2021
"mbed-mesh-api.thread-device-type": "MESH_DEVICE_TYPE_THREAD_ROUTER",

mbed_app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"target_overrides": {
1616
"*": {
1717
"target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
18+
"nanostack.configuration": "lowpan_router",
1819
"mbed-mesh-api.6lowpan-nd-panid-filter": "0xffff",
1920
"mbed-mesh-api.6lowpan-nd-channel-page": 0,
2021
"mbed-mesh-api.6lowpan-nd-channel": 12,

0 commit comments

Comments
 (0)