Skip to content

Commit f91d8eb

Browse files
author
Seppo Takalo
committed
Add Nanostack configurations
1 parent 1317eda commit f91d8eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/config.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,10 @@ class Config(object):
347347

348348
# Allowed features in configurations
349349
__allowed_features = [
350-
"UVISOR", "BLE", "CLIENT", "IPV4", "IPV6", "COMMON_PAL", "STORAGE"
351-
]
350+
"UVISOR", "BLE", "CLIENT", "IPV4", "COMMON_PAL", "STORAGE", "NANOSTACK",
351+
# Nanostack configurations
352+
"LOWPAN_BORDER_ROUTER", "LOWPAN_HOST", "LOWPAN_ROUTER", "NANOSTACK_FULL", "THREAD_BORDER_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER"
353+
]
352354

353355
def __init__(self, tgt, top_level_dirs=None, app_config=None):
354356
"""Construct a mbed configuration

0 commit comments

Comments
 (0)