mbed-os/connectivity/nanostack/nanostack-hal-mbed-cmsis-rtos
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
..
nvm Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
.gitattributes Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
.mbedignore Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
README.md Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
arm_hal_fhss_timer.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
arm_hal_interrupt.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
arm_hal_interrupt_private.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
arm_hal_random.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
arm_hal_timer.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
mbed_lib.json Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_event_loop.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_event_loop.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_event_loop_mbed.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_event_loop_mutex.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_event_loop_mutex.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_file_system_api.cpp Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_file_system_api.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_hal_init.c Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00
ns_hal_init.h Mbed OS will soon be changing directory structure to the below: 2020-08-05 16:55:43 +01:00

README.md

nanostack-hal-mbed-cmsis-rtos

HAL porting layer for Nanostack on mbed with CMSIS-RTOS