Skip to content

Commit 1ac5be8

Browse files
Seppo Takaloadbridge
authored andcommitted
Add support for ethernet-only configuration with Nanostack.
This saves about 100kB of flash when using ethernet only configuration. Otherwise only border router configuration was supporting ethernet.
1 parent 3430f90 commit 1ac5be8

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed
486 KB
Binary file not shown.
480 KB
Binary file not shown.
480 KB
Binary file not shown.
349 KB
Binary file not shown.
343 KB
Binary file not shown.
343 KB
Binary file not shown.
857 KB
Binary file not shown.
849 KB
Binary file not shown.
849 KB
Binary file not shown.

tools/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class Config(object):
350350
__allowed_features = [
351351
"UVISOR", "BLE", "CLIENT", "IPV4", "LWIP", "COMMON_PAL", "STORAGE", "NANOSTACK",
352352
# Nanostack configurations
353-
"LOWPAN_BORDER_ROUTER", "LOWPAN_HOST", "LOWPAN_ROUTER", "NANOSTACK_FULL", "THREAD_BORDER_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER"
353+
"LOWPAN_BORDER_ROUTER", "LOWPAN_HOST", "LOWPAN_ROUTER", "NANOSTACK_FULL", "THREAD_BORDER_ROUTER", "THREAD_END_DEVICE", "THREAD_ROUTER", "ETHERNET_HOST"
354354
]
355355

356356
def __init__(self, tgt, top_level_dirs=None, app_config=None):

0 commit comments

Comments
 (0)