Merge pull request #14426 from ARMmbed/feature_unittest_refactor
CMake: Refactor UNITTESTS CMake
ls
commit 4e586a93d30e157ca9341f3775942c695ed7dfc0
2 parents 14e5d30 + 6d4caad
@Anna Bridge Anna Bridge authored on 24 May 2021
GitHub committed on 24 May 2021
Showing 272 changed files
View
.gitignore
Too large (Show diff)
View
.travis.yml
Too large (Show diff)
View
CMakeLists.txt
Too large (Show diff)
View
UNITTESTS/CMakeLists.txt
Too large (Show diff)
View
UNITTESTS/README.md 100644 → 0
Too large (Show diff)
View
UNITTESTS/mbed_unittest.py
Too large (Show diff)
View
UNITTESTS/stubs/ATHandler_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/AT_CellularContext_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/AT_CellularDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/AT_CellularInformation_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/AT_CellularNetwork_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/AT_CellularSMS_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/AT_CellularStack_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/AT_ControlPlane_netif_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/BufferedBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/BufferedSerial_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/CellularContext_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/CellularDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/CellularInterface_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/CellularStateMachine_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/CellularUtil_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/ChainingBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/ConditionVariable_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/EmulatedSD.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/EventFlags_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/EventQueue_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/ExhaustibleBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/FileHandle_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/FlashSimBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/HeapBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/Kernel_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaMacChannelPlan_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaMacCommand_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaMacCrypto_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaMac_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaPHYEU868_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaPHY_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaWANStack_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/LoRaWANTimer_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/MBRBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/MeshInterface_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/Mutex_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/NetworkInterfaceDefaults_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/NetworkInterface_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/NetworkStack_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/ObservingBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/ProfilingBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/ReadOnlyBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/Semaphore_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/SerialBase_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/SlicingBlockDevice_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/SocketAddress_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/SocketStats_Stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/ThisThread_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/Thread_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/aes_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/cipher_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/cmac_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/ATHandler_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/AT_CellularContext_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/AT_CellularDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/AT_CellularInformation_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/AT_CellularNetwork_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/AT_CellularSMS_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/AT_CellularStack_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/AT_ControlPlane_netif_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/CellularContext_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/CellularDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/CellularInterface_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/CellularStateMachine_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/CellularUtil_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaMacChannelPlan_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaMacCommand_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaMacCrypto_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaMac_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaPHYEU868_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaPHY_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaWANStack_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/LoRaWANTimer_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/MeshInterface_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/NetworkInterfaceDefaults_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/NetworkInterface_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/NetworkStack_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/SocketAddress_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/SocketStats_Stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/aes_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/cipher_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/cmac_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/ip4tos_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/nsapi_dns_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/connectivity/stoip4_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/drivers/BufferedSerial_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/drivers/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/drivers/SerialBase_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/equeue_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/events/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/events/EventFlags_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/events/EventQueue_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/events/equeue_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/events/mbed_shared_queues_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/hal/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/hal/pwmout_api_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/hal/us_ticker_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/hal/watchdog_api_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/ip4tos_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/kv_config_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_assert_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_atomic_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_critical_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_error.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_poll_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_retarget_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_rtos_rtx_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_shared_queues_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/mbed_wait_api_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/nsapi_dns_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/nvic_wrapper_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/platform/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/FileHandle_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/mbed_assert_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/mbed_atomic_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/mbed_critical_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/mbed_error.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/mbed_poll_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/mbed_retarget_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/mbed_wait_api_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/nvic_wrapper_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/randLIB_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/platform/randLIB_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/pwmout_api_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/randLIB_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/randLIB_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/rtos/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/ConditionVariable_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/Kernel_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/Mutex_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/Semaphore_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/ThisThread_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/Thread_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/mbed_rtos_rtx_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtos/rtx_mutex_stub.c 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/rtx_mutex_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/stoip4_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/storage/BufferedBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/ChainingBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/EmulatedSD.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/ExhaustibleBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/FlashSimBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/HeapBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/MBRBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/ObservingBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/ProfilingBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/ReadOnlyBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/SlicingBlockDevice_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/storage/kv_config_stub.cpp 0 → 100644
Too large (Show diff)
View
UNITTESTS/stubs/us_ticker_stub.cpp 100644 → 0
Too large (Show diff)
View
UNITTESTS/stubs/watchdog_api_stub.c 100644 → 0
Too large (Show diff)
View
UNITTESTS/target_h/cmsis_os.h
Too large (Show diff)
View
UNITTESTS/target_h/rtos/Semaphore.h
Too large (Show diff)
View
UNITTESTS/target_h/rtos/include/rtos/internal/mbed_rtos_storage.h
Too large (Show diff)
View
UNITTESTS/unit_test/test.py
Too large (Show diff)
View
cmsis/CMSIS_5/CMSIS/RTOS2/RTX/CMakeLists.txt
Too large (Show diff)
View
cmsis/device/rtos/CMakeLists.txt
Too large (Show diff)
View
connectivity/CMakeLists.txt
Too large (Show diff)
View
connectivity/cellular/CMakeLists.txt
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/AT/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularcontext/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellulardevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularinformation/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularnetwork/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularsms/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularstack/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/common/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/common/list/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/common/util/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/device/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/device/athandler/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellulardevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/cellularstatemachinetest.cpp
Too large (Show diff)
View
connectivity/drivers/wifi/TARGET_WICED/CMakeLists.txt
Too large (Show diff)
View
connectivity/lorawan/CMakeLists.txt
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramac/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramacchannelplan/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccommand/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphy/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyas923/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyau915/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn470/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn779/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu433/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu868/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyin865/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphykr920/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyus915/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawaninterface/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawantimer/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/CMakeLists.txt
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/CellularNonIPSocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/DTLSSocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/DTLSSocket/test_DTLSSocket.cpp
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/DTLSSocketWrapper/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/DTLSSocketWrapper/test_DTLSSocketWrapper.cpp
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/EthernetInterface/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/IfaceDnsSocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/InternetSocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/NetworkInterface/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/NetworkStack/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/PPPInterface/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/SocketAddress/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/TCPSocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/TLSSocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/TLSSocketWrapper/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/TLSSocketWrapper/test_TLSSocketWrapper.cpp
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/UDPSocket/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
connectivity/netsocket/tests/UNITTESTS/netsocket/WiFiAccessPoint/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
drivers/CMakeLists.txt
Too large (Show diff)
View
drivers/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
drivers/tests/UNITTESTS/PwmOut/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
drivers/tests/UNITTESTS/Watchdog/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
events/CMakeLists.txt
Too large (Show diff)
View
events/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
events/tests/UNITTESTS/equeue/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
platform/CMakeLists.txt
Too large (Show diff)
View
platform/tests/UNITTESTS/ATCmdParser/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
platform/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
platform/tests/UNITTESTS/CircularBuffer/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/CMakeLists.txt
Too large (Show diff)
View
storage/blockdevice/CMakeLists.txt
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/SFDP/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/BufferedBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/BufferedBlockDevice/test_BufferedBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ChainingBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ChainingBlockDevice/test_ChainingBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ExhaustibleBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ExhaustibleBlockDevice/test_ExhaustibleBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/FlashSimBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/FlashSimBlockDevice/test_FlashSimBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/HeapBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/MBRBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/MBRBlockDevice/test_MBRBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ObservingBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ObservingBlockDevice/test_ObservingBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ProfilingBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ProfilingBlockDevice/test_ProfilingBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ReadOnlyBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ReadOnlyBlockDevice/test_ReadOnlyBlockDevice.cpp
Too large (Show diff)
View
storage/blockdevice/tests/UNITTESTS/blockdevice/SlicingBlockDevice/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/filesystem/littlefs/include/littlefs/LittleFileSystem.h
Too large (Show diff)
View
storage/filesystem/littlefs/source/LittleFileSystem.cpp
Too large (Show diff)
View
storage/kvstore/filesystemstore/CMakeLists.txt
Too large (Show diff)
View
storage/kvstore/filesystemstore/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/kvstore/filesystemstore/tests/UNITTESTS/FileSystemStore/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/kvstore/tdbstore/CMakeLists.txt
Too large (Show diff)
View
storage/kvstore/tdbstore/tests/UNITTESTS/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
storage/kvstore/tdbstore/tests/UNITTESTS/TDBStore/CMakeLists.txt 0 → 100644
Too large (Show diff)
View
targets/CMakeLists.txt
Too large (Show diff)