mirror of https://github.com/ARMmbed/mbed-os.git
``` connectivity ├── netsocket ├── lwipstack ├── nanostack │ ├── mbed_lib.json // nanostack-interface's mbed_lib.json │ ├── include │ │ └── nanostack // headers from features/netsocket/nanostack-interface │ ├── source // sources from features/netsocket/nanostack-interface │ ├── coap-service // used by Thread only - deprecate? │ ├── mbed-mesh-api │ ├── nanostack-hal-mbed-cmsis-rtos // HAL porting layer for Nanostack on mbed with CMSIS-RTOS │ ├── sal-stack-nanostack │ └── sal-stack-nanostack-eventloop ├── cellular // previously in features/cellular/framework/ ├── ... ``` This PR is a part of a wider \connectivity refactoring and implements the above new directory structure for \nanostack. |
||
|---|---|---|
| .. | ||
| include | ||
| CallbackHandler.cpp | ||
| LoWPANNDInterface.cpp | ||
| MeshInterfaceNanostack.cpp | ||
| NanostackEMACInterface.cpp | ||
| NanostackEthernetInterface.cpp | ||
| NanostackMemoryManager.cpp | ||
| NanostackPPPInterface.cpp | ||
| ThreadInterface.cpp | ||
| WisunBorderRouter.cpp | ||
| WisunInterface.cpp | ||
| ethernet_tasklet.c | ||
| mesh_system.c | ||
| nd_tasklet.c | ||
| thread_tasklet.c | ||
| wisun_tasklet.c | ||