From bcb5c10d6242658b6f3f0f12d5039f03fa8aa976 Mon Sep 17 00:00:00 2001 From: George Psimenos Date: Wed, 29 Jul 2020 13:19:26 +0100 Subject: [PATCH] Update lwipstack paths --- .astyleignore | 4 ++-- .travis.yml | 2 +- LICENSE.md | 2 +- connectivity/lwipstack/CONTRIBUTING.md | 6 +++--- doxyfile_options | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.astyleignore b/.astyleignore index 589f5d9752..f9ffa5444d 100644 --- a/.astyleignore +++ b/.astyleignore @@ -8,8 +8,8 @@ ^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV ^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM ^features/frameworks -^features/lwipstack/lwip -^features/lwipstack/lwip-sys +^connectivity/lwipstack/lwip +^connectivity/lwipstack/lwip-sys ^features/mbedtls ^features/nanostack/sal-stack-nanostack/source/Service_Libs/mdns/fnet ^features/nanostack/targets diff --git a/.travis.yml b/.travis.yml index ab261ba351..7d7196de6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 features/lwipstack features/frameworks/greentea-client \ + connectivity/libraries/ppp connectivity/netsocket features/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 diff --git a/LICENSE.md b/LICENSE.md index 32f47056b4..7863be4b52 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -13,7 +13,7 @@ Folders containing files under different permissive license than Apache 2.0 are - [features/FEATURE_PSA/FEATURE_MBED_PSA_SRV/services/attestation](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation) - BSD-3-Clause - [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 -- [features/lwipstack](./features/lwipstack) - BSD-style, MIT-style +- [connectivity/lwipstack](./connectivity/lwipstack) - BSD-style, MIT-style - [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause - [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT - [features/unsupported](./features/unsupported) - MIT-style, BSD-style diff --git a/connectivity/lwipstack/CONTRIBUTING.md b/connectivity/lwipstack/CONTRIBUTING.md index fe3af0e0c7..33356a23af 100644 --- a/connectivity/lwipstack/CONTRIBUTING.md +++ b/connectivity/lwipstack/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Description -This document describes how to update the Arm Mbed OS LWIP stack. The Mbed OS LWIP stack is a copy of the LWIP master repository. Stack is located in `features/lwipstack/lwip` directory. +This document describes how to update the Arm Mbed OS LWIP stack. The Mbed OS LWIP stack is a copy of the LWIP master repository. Stack is located in `connectivity/lwipstack/lwip` directory. When you add new releases or single commits from the LWIP master repository, you must fetch them using the Mbed OS LWIP fork repository. Use the repository to rename LWIP source files with the `lwip_` prefix to make them compatible with the Mbed OS build system. @@ -109,9 +109,9 @@ You can integrate a new release using the following steps. 3. Do a subtree pull for LWIP prefixed branch in the Mbed OS root directory. - `git subtree pull --squash -P features/lwipstack/lwip -m ""` + `git subtree pull --squash -P connectivity/lwipstack/lwip -m ""` - `e.g. git subtree pull --squash -P features/lwipstack/lwip lwip-fork mbed-os-lwip-stable-2_0_2-prefixed -m "Merged lwip 2.0.2 stable"` + `e.g. git subtree pull --squash -P connectivity/lwipstack/lwip lwip-fork mbed-os-lwip-stable-2_0_2-prefixed -m "Merged lwip 2.0.2 stable"` After this step, there is a new commit visible in the Mbed OS master branch that contains the changes. diff --git a/doxyfile_options b/doxyfile_options index 3ae390ddd1..bdab04540d 100644 --- a/doxyfile_options +++ b/doxyfile_options @@ -845,7 +845,7 @@ EXCLUDE_PATTERNS = */tools/* \ */features/cryptocell/* \ */features/mbedtls/* \ */features/unsupported/* \ - */features/lwipstack/* \ + */connectivity/lwipstack/* \ */features/nanostack/sal-stack-nanostack/* \ */features/nanostack/coap-service/* \ */mbed-trace/* \