Merge pull request #14773 from rwalton-arm/move_platform_stub
Move mbed-stubs-platform to the platform directory
ls
commit 8287c5221b34dba9b517eb53caef191b9e08169f
2 parents b490c67 + 55f77ea
@Jaeden Amero Jaeden Amero authored on 7 Jul 2021
GitHub committed on 7 Jul 2021
Showing 34 changed files
View
UNITTESTS/stubs/CMakeLists.txt
View
UNITTESTS/stubs/FileHandle_stub.h 100644 → 0
View
UNITTESTS/stubs/connectivity/CMakeLists.txt
View
UNITTESTS/stubs/mbed_poll_stub.h 100644 → 0
View
UNITTESTS/stubs/platform/CMakeLists.txt 100644 → 0
View
UNITTESTS/stubs/platform/FileHandle_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_assert_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_atomic_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/mbed_critical_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/mbed_error.c 100644 → 0
View
UNITTESTS/stubs/platform/mbed_poll_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_retarget_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/mbed_wait_api_stub.cpp 100644 → 0
View
UNITTESTS/stubs/platform/nvic_wrapper_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/randLIB_stub.c 100644 → 0
View
UNITTESTS/stubs/platform/randLIB_stub.cpp 100644 → 0
View
connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt
View
platform/tests/UNITTESTS/ATCmdParser/CMakeLists.txt
View
platform/tests/UNITTESTS/CMakeLists.txt
View
platform/tests/UNITTESTS/CircularBuffer/CMakeLists.txt
View
platform/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
platform/tests/UNITTESTS/doubles/FileHandle_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/FileHandle_stub.h 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_assert_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_atomic_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_critical_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_error.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_poll_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_poll_stub.h 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_retarget_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/mbed_wait_api_stub.cpp 0 → 100644
View
platform/tests/UNITTESTS/doubles/nvic_wrapper_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/randLIB_stub.c 0 → 100644
View
platform/tests/UNITTESTS/doubles/randLIB_stub.cpp 0 → 100644