mbed-os/connectivity/nanostack/sal-stack-nanostack/source/6LoWPAN/Thread
Ashok Rao b9b4c5d392 Mbed OS will soon be changing directory structure to the below:
```
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.
2020-08-05 16:55:43 +01:00
..
thread_bbr_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_bbr_api_internal.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_bbr_commercial.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_bbr_commercial.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_beacon.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_beacon.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_bootstrap.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_bootstrap.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_border_router_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_border_router_api_internal.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_ccm.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_ccm.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_commissioning_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_commissioning_if.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_commissioning_if.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_common.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_common.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_config.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_constants.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_dhcpv6_server.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_dhcpv6_server.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_diagnostic.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_diagnostic.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_discovery.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_discovery.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_host_bootstrap.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_host_bootstrap.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_joiner_application.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_joiner_application.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_leader_service.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_leader_service.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_lowpower_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_lowpower_private_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_lowpower_private_api.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_management_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_management_client.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_management_client.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_management_if.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_management_internal.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_management_server.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_management_server.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_mdns.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_mdns.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_meshcop_lib.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_mle_message_handler.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_mle_message_handler.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_nd.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_nd.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_neighbor_class.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_neighbor_class.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_net_config_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_network_data_lib.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_network_data_lib.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_network_data_storage.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_network_data_storage.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_network_synch.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_network_synch.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_nvm_store.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_nvm_store.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_resolution_client.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_resolution_client.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_resolution_server.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_resolution_server.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_router_bootstrap.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_router_bootstrap.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_routing.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_routing.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_test_api.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
thread_tmfcop_lib.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00