Skip to content

Commit 6298cef

Browse files
author
Arto Kinnunen
authored
Sync mbed_lib.json with Mbed OS (#1935)
Sync mbed_lib.json with the Mbed OS commits: -585a4b6 Add nanostack support for KW41Z -9a0fc98 Hotfix for PR #7778 -1ef0479 On KW24D and NCS36510 default to smaller Nanostack configuration -f0bf771 Get rid of FEATURE_NANOSTACK
1 parent afe3ec6 commit 6298cef

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

mbed_lib.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
{
22
"name": "nanostack",
33
"config": {
4-
"configuration": "nanostack_full"
4+
"configuration": {
5+
"help": "Build time configuration. Refer to Handbook for valid values. Default: full stack",
6+
"value": "nanostack_full"
7+
}
58
},
6-
"macros": ["NS_USE_EXTERNAL_MBED_TLS"]
9+
"macros": ["NS_USE_EXTERNAL_MBED_TLS"],
10+
"target_overrides": {
11+
"KW24D": {
12+
"nanostack.configuration": "lowpan_router"
13+
},
14+
"NCS36510": {
15+
"nanostack.configuration": "lowpan_router"
16+
},
17+
"TB_SENSE_12": {
18+
"nanostack.configuration": "lowpan_router"
19+
},
20+
"KW41Z": {
21+
"nanostack.configuration": "lowpan_router"
22+
}
23+
}
724
}

0 commit comments

Comments
 (0)