Skip to content

Commit 7592d70

Browse files
authored
Merge pull request #13284 from LDong-Arm/move_ppp
Refactor PPP library
2 parents a548e2c + 804523f commit 7592d70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2
-4
lines changed

.astyleignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
^BUILD
22
^cmsis
33
^connectivity/libraries/mbed-coap
4+
^connectivity/libraries/ppp
45
^features/cryptocell
56
^features/FEATURE_BLE
67
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
@@ -12,9 +13,6 @@
1213
^features/nanostack/sal-stack-nanostack/source/Service_Libs/mdns/fnet
1314
^features/nanostack/targets
1415
^features/netsocket/emac-drivers
15-
^features/netsocket/ppp/include
16-
^features/netsocket/ppp/polarssl
17-
^features/netsocket/ppp/source
1816
^storage/filesystem/fat/ChaN
1917
^storage/filesystem/littlefs/littlefs/
2018
^storage/filesystem/littlefsv2/littlefs/

.travis.yml

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

0 commit comments

Comments
 (0)