Merge pull request #13363 from ashok-rao/nanostack-refactor

Refactoring \nanostack --> moving it inside \connectivity.
pull/13401/head
Anna Bridge 2020-08-07 11:23:40 +01:00 committed by GitHub
commit f7e60be5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
737 changed files with 13 additions and 461 deletions

View File

@ -11,8 +11,8 @@
^connectivity/lwipstack/lwip
^connectivity/lwipstack/lwip-sys
^features/mbedtls
^features/nanostack/sal-stack-nanostack/source/Service_Libs/mdns/fnet
^features/nanostack/targets
^connectivity/nanostack/sal-stack-nanostack/source/Service_Libs/mdns/fnet
^connectivity/nanostack/sal-stack-nanostack-eventloop
^storage/filesystem/fat/ChaN
^storage/filesystem/littlefs/littlefs/
^storage/filesystem/littlefsv2/littlefs/

View File

@ -250,7 +250,7 @@ matrix:
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
- |
rm -r rtos/source/TARGET_CORTEX drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
connectivity/libraries/ppp connectivity/netsocket features/nanostack connectivity/lwipstack features/frameworks/greentea-client \
connectivity/libraries/ppp connectivity/netsocket connectivity/nanostack connectivity/lwipstack features/frameworks/greentea-client \
features/frameworks/utest features/frameworks/unity components BUILD
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
# Run profiling tests

View File

@ -14,7 +14,7 @@ Folders containing files under different permissive license than Apache 2.0 are
- [features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor) - BSD-3-Clause
- [features/lorawan](./features/lorawan) - Revised BSD
- [connectivity/lwipstack](./connectivity/lwipstack) - BSD-style, MIT-style
- [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause
- [connectivity/nanostack/sal-stack-nanostack](./connectivity/nanostack/sal-stack-nanostack) - BSD-3-Clause
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style
- [storage/blockdevice](./storage/blockdevice) - Apache 2.0, MIT

View File

@ -36,7 +36,7 @@ set(unittest-test-sources
stubs/aes_stub.c
stubs/cmac_stub.c
stubs/mbed_assert_stub.cpp
../features/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
../connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c
)

Some files were not shown because too many files have changed in this diff Show More