Skip to content

Commit f83d100

Browse files
authored
Merge pull request #13261 from LDong-Arm/move_cellular
Refactor cellular directory structure
2 parents 3279689 + 8819253 commit f83d100

File tree

183 files changed

+75
-75
lines changed

Some content is hidden

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

183 files changed

+75
-75
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ matrix:
248248
# Check that example compiles without rtos
249249
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp
250250
- |
251-
rm -r rtos/source/TARGET_CORTEX drivers/source/usb features/cellular features/netsocket features/nanostack \
252-
connectivity/libraries/ppp features/lwipstack features/frameworks/greentea-client \
251+
rm -r rtos/source/TARGET_CORTEX drivers/source/usb connectivity/cellular connectivity/drivers/cellular \
252+
connectivity/libraries/ppp features/netsocket features/nanostack 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

UNITTESTS/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ set(unittest-includes-base
134134
"${PROJECT_SOURCE_DIR}/../features/filesystem/"
135135
"${PROJECT_SOURCE_DIR}/../features/filesystem/littlefs"
136136
"${PROJECT_SOURCE_DIR}/../features/filesystem/littlefs/littlefs"
137-
"${PROJECT_SOURCE_DIR}/../features/cellular/framework/API"
138-
"${PROJECT_SOURCE_DIR}/../features/cellular/framework/AT"
139-
"${PROJECT_SOURCE_DIR}/../features/cellular/framework/device"
140-
"${PROJECT_SOURCE_DIR}/../features/cellular/framework"
141-
"${PROJECT_SOURCE_DIR}/../features/cellular/framework/common"
137+
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework/API"
138+
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework/AT"
139+
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework/device"
140+
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework"
141+
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework/common"
142142
"${PROJECT_SOURCE_DIR}/../features/lorawan"
143143
"${PROJECT_SOURCE_DIR}/../features/lorawan/lorastack"
144144
"${PROJECT_SOURCE_DIR}/../features/lorawan/lorastack/mac"
File renamed without changes.

features/cellular/README.md renamed to connectivity/cellular/README.md

Lines changed: 1 addition & 1 deletion
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)