mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13363 from ashok-rao/nanostack-refactor
Refactoring \nanostack --> moving it inside \connectivity.pull/13401/head
commit
f7e60be5cf
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue