Skip to content

Commit 5651875

Browse files
authored
Change the extension from .cpp to .hpp in the files that aren't compile targets (project-chip#26374)
1 parent 42138c4 commit 5651875

13 files changed

+14
-14
lines changed

examples/platform/telink/common/src/AppTaskCommon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ CHIP_ERROR AppTaskCommon::InitCommonParts(void)
223223
#if APP_SET_NETWORK_COMM_ENDPOINT_SEC
224224
// We only have network commissioning on endpoint 0.
225225
// Set up a valid Network Commissioning cluster on endpoint 0 is done in
226-
// src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp
226+
// src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp
227227
emberAfEndpointEnableDisable(kNetworkCommissioningEndpointSecondary, false);
228228
#endif
229229

src/platform/ESP32/ThreadStackManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include <platform/ESP32/OpenthreadLauncher.h>
3030
#include <platform/ESP32/ThreadStackManagerImpl.h>
31-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
31+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
3232

3333
#include "driver/uart.h"
3434
#include "esp_err.h"

src/platform/Infineon/CYW30739/ThreadStackManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <platform/CHIPDeviceEvent.h>
2525
#include <platform/internal/CHIPDeviceLayerInternal.h>
2626

27-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
27+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
2828

2929
#include <lib/support/CHIPPlatformMemory.h>
3030
#include <openthread-system.h>

src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread_LwIP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#include <credentials/GroupDataProvider.h>
3838

39-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
39+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
4040

4141
#include <transport/raw/PeerAddress.h>
4242

src/platform/Zephyr/ThreadStackManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* this file behaves like a config.h, comes first */
2525
#include <platform/internal/CHIPDeviceLayerInternal.h>
2626

27-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
27+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
2828
#include <platform/Zephyr/ThreadStackManagerImpl.h>
2929

3030
#include <inet/UDPEndPointImpl.h>

src/platform/bouffalolab/BL702/ThreadStackManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include <platform/internal/CHIPDeviceLayerInternal.h>
1919

20-
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.cpp>
20+
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.hpp>
2121
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread_LwIP.cpp>
2222

2323
#include <platform/OpenThread/OpenThreadUtils.h>

src/platform/cc13x2_26x2/ThreadStackManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/* this file behaves like a config.h, comes first */
2828
#include <platform/internal/CHIPDeviceLayerInternal.h>
2929

30-
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.cpp>
30+
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.hpp>
3131
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread_LwIP.cpp>
3232

3333
#include <mbedtls/platform.h>

src/platform/nxp/k32w/k32w0/ThreadStackManagerImpl.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
#include <platform/OpenThread/OpenThreadUtils.h>
3232
#include <platform/ThreadStackManager.h>
3333

34-
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.cpp>
35-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
34+
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.hpp>
35+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
3636

3737
#include <lib/support/CHIPPlatformMemory.h>
3838

src/platform/qpg/ThreadStackManagerImpl.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
/* this file behaves like a config.h, comes first */
2626
#include <platform/internal/CHIPDeviceLayerInternal.h>
2727

28-
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.cpp>
29-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
28+
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.hpp>
29+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
3030

3131
#include <lib/support/CHIPMem.h>
3232
#include <lib/support/CHIPPlatformMemory.h>

src/platform/silabs/efr32/ThreadStackManagerImpl.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/* this file behaves like a config.h, comes first */
2727
#include <platform/internal/CHIPDeviceLayerInternal.h>
2828

29-
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.cpp>
30-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
29+
#include <platform/FreeRTOS/GenericThreadStackManagerImpl_FreeRTOS.hpp>
30+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
3131
#include <platform/OpenThread/OpenThreadUtils.h>
3232
#include <platform/ThreadStackManager.h>
3333

src/platform/telink/ThreadStackManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* this file behaves like a config.h, comes first */
2525
#include <platform/internal/CHIPDeviceLayerInternal.h>
2626

27-
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.cpp>
27+
#include <platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp>
2828
#include <platform/telink/ThreadStackManagerImpl.h>
2929

3030
#include <inet/UDPEndPointImpl.h>

0 commit comments

Comments
 (0)