Add Nanostack configurations

pull/2795/head
Seppo Takalo 2016-09-23 14:18:44 +03:00
parent 1317eda555
commit f91d8eb4c3
1 changed files with 4 additions and 2 deletions

View File

@ -347,8 +347,10 @@ class Config(object):
# Allowed features in configurations
__allowed_features = [
"UVISOR", "BLE", "CLIENT", "IPV4", "IPV6", "COMMON_PAL", "STORAGE"
]
"UVISOR", "BLE", "CLIENT", "IPV4", "COMMON_PAL", "STORAGE", "NANOSTACK",
# Nanostack configurations
"LOWPAN_BORDER_ROUTER", "LOWPAN_HOST", "LOWPAN_ROUTER", "NANOSTACK_FULL", "THREAD_BORDER_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER"
]
def __init__(self, tgt, top_level_dirs=None, app_config=None):
"""Construct a mbed configuration