Skip to content

Commit bcb5c10

Browse files
committed
Update lwipstack paths
1 parent 97ea45a commit bcb5c10

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.astyleignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
99
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
1010
^features/frameworks
11-
^features/lwipstack/lwip
12-
^features/lwipstack/lwip-sys
11+
^connectivity/lwipstack/lwip
12+
^connectivity/lwipstack/lwip-sys
1313
^features/mbedtls
1414
^features/nanostack/sal-stack-nanostack/source/Service_Libs/mdns/fnet
1515
^features/nanostack/targets

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ matrix:
250250
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
251251
- |
252252
rm -r rtos/source/TARGET_CORTEX drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
253-
connectivity/libraries/ppp connectivity/netsocket features/nanostack features/lwipstack features/frameworks/greentea-client \
253+
connectivity/libraries/ppp connectivity/netsocket features/nanostack connectivity/lwipstack features/frameworks/greentea-client \
254254
features/frameworks/utest features/frameworks/unity components BUILD
255255
- python tools/make.py -t GCC_ARM -m NUCLEO_F103RB --source=. --build=BUILD/NUCLEO_F103RB/GCC_ARM -j0
256256
# Run profiling tests

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Folders containing files under different permissive license than Apache 2.0 are
1313
- [features/FEATURE_PSA/FEATURE_MBED_PSA_SRV/services/attestation](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation) - BSD-3-Clause
1414
- [features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor](./features/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor) - BSD-3-Clause
1515
- [features/lorawan](./features/lorawan) - Revised BSD
16-
- [features/lwipstack](./features/lwipstack) - BSD-style, MIT-style
16+
- [connectivity/lwipstack](./connectivity/lwipstack) - BSD-style, MIT-style
1717
- [features/nanostack/sal-stack-nanostack](./features/nanostack/sal-stack-nanostack) - BSD-3-Clause
1818
- [features/frameworks/unity/unity](./features/frameworks/unity/unity) - MIT
1919
- [features/unsupported](./features/unsupported) - MIT-style, BSD-style

connectivity/lwipstack/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Description
22

3-
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.
3+
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.
44

55
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.
66

@@ -109,9 +109,9 @@ You can integrate a new release using the following steps.
109109

110110
3. Do a subtree pull for LWIP prefixed branch in the Mbed OS root directory.
111111

112-
`git subtree pull --squash -P features/lwipstack/lwip <remote name> <new prefixed branch> -m "<commit message>"`
112+
`git subtree pull --squash -P connectivity/lwipstack/lwip <remote name> <new prefixed branch> -m "<commit message>"`
113113

114-
`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"`
114+
`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"`
115115

116116
After this step, there is a new commit visible in the Mbed OS master branch that contains the changes.
117117

doxyfile_options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ EXCLUDE_PATTERNS = */tools/* \
845845
*/features/cryptocell/* \
846846
*/features/mbedtls/* \
847847
*/features/unsupported/* \
848-
*/features/lwipstack/* \
848+
*/connectivity/lwipstack/* \
849849
*/features/nanostack/sal-stack-nanostack/* \
850850
*/features/nanostack/coap-service/* \
851851
*/mbed-trace/* \

0 commit comments

Comments
 (0)