Skip to content

Commit c85b76a

Browse files
authored
Merge pull request #13298 from ashok-rao/platform-refactor
Refactoring \platform directory
2 parents 1d362c8 + a78554e commit c85b76a

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

+156
-3
lines changed

.astyleignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
^features/unsupported/
2020
^hal/storage_abstraction
2121
^platform/cxxsupport
22+
^platform/tests/UNITTESTS
2223
^events/tests/UNITTESTS
2324
^rtos/source/TARGET_CORTEX/rtx4
2425
^rtos/source/TARGET_CORTEX/rtx5

UNITTESTS/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ set(unittest-includes-base
112112
"${PROJECT_SOURCE_DIR}/stubs"
113113
"${PROJECT_SOURCE_DIR}/.."
114114
"${PROJECT_SOURCE_DIR}/../features"
115-
"${PROJECT_SOURCE_DIR}/../platform"
115+
"${PROJECT_SOURCE_DIR}/../platform/include"
116+
"${PROJECT_SOURCE_DIR}/../platform/include/platform"
116117
"${PROJECT_SOURCE_DIR}/../storage/filesystem/littlefs/include"
117118
"${PROJECT_SOURCE_DIR}/../storage/filesystem/fat/include"
118119
"${PROJECT_SOURCE_DIR}/../storage/blockdevice/include"
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)