Skip to content

Commit da9fd2a

Browse files
Ashok RaoAshok Rao
authored andcommitted
Mbed OS will soon be changing directory structure to the below:
``` connectivity ├── netsocket ├── lorawan │ ├── mbed_lib.json // nanostack-interface's mbed_lib.json │ ├── lorastack │ ├── tests ├── nanostack ├── cellular ├── ... ``` This PR is a part of a wider \connectivity refactoring and implements the above new directory structure for \lorawan.
1 parent d32000d commit da9fd2a

File tree

82 files changed

+6
-6
lines changed

Some content is hidden

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

82 files changed

+6
-6
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion

UNITTESTS/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ set(unittest-includes-base
146146
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework/device"
147147
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework"
148148
"${PROJECT_SOURCE_DIR}/../connectivity/cellular/include/cellular/framework/common"
149-
"${PROJECT_SOURCE_DIR}/../features/lorawan"
150-
"${PROJECT_SOURCE_DIR}/../features/lorawan/lorastack"
151-
"${PROJECT_SOURCE_DIR}/../features/lorawan/lorastack/mac"
152-
"${PROJECT_SOURCE_DIR}/../features/lorawan/lorastack/phy"
153-
"${PROJECT_SOURCE_DIR}/../features/lorawan/system"
149+
"${PROJECT_SOURCE_DIR}/../connectivity/lorawan"
150+
"${PROJECT_SOURCE_DIR}/../connectivity/lorawan/lorastack"
151+
"${PROJECT_SOURCE_DIR}/../connectivity/lorawan/lorastack/mac"
152+
"${PROJECT_SOURCE_DIR}/../connectivity/lorawan/lorastack/phy"
153+
"${PROJECT_SOURCE_DIR}/../connectivity/lorawan/system"
154154
"${PROJECT_SOURCE_DIR}/../connectivity/mbedtls"
155155
"${PROJECT_SOURCE_DIR}/../connectivity/mbedtls/include"
156156
)
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)