Commit d6f7696 1 parent 47eda16 commit d6f7696 Copy full SHA for d6f7696
File tree 12 files changed +22
-22
lines changed
thermostat/silabs/efr32/src
12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 27
27
#include < app/server/Server.h>
28
28
#include < credentials/DeviceAttestationCredsProvider.h>
29
29
#include < matter_config.h>
30
- #ifdef EFR32_ATTESTATION_CREDENTIALS
30
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
31
31
#include < examples/platform/efr32/EFR32DeviceAttestationCreds.h>
32
32
#else
33
33
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -58,7 +58,7 @@ int main(void)
58
58
59
59
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
60
60
// Initialize device attestation config
61
- #ifdef EFR32_ATTESTATION_CREDENTIALS
61
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
62
62
SetDeviceAttestationCredentialsProvider (EFR32::GetEFR32DacProvider ());
63
63
#else
64
64
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 25
25
#include < app/server/Server.h>
26
26
#include < credentials/DeviceAttestationCredsProvider.h>
27
27
#include < matter_config.h>
28
- #ifdef SI917_ATTESTATION_CREDENTIALS
28
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
29
29
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
30
30
#else
31
31
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -61,7 +61,7 @@ int main(void)
61
61
62
62
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
63
63
// Initialize device attestation config
64
- #ifdef SI917_ATTESTATION_CREDENTIALS
64
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
65
65
SetDeviceAttestationCredentialsProvider (SIWx917::GetSIWx917DacProvider ());
66
66
#else
67
67
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 27
27
#include < app/server/Server.h>
28
28
#include < credentials/DeviceAttestationCredsProvider.h>
29
29
#include < matter_config.h>
30
- #ifdef EFR32_ATTESTATION_CREDENTIALS
30
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
31
31
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
32
32
#else
33
33
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -58,7 +58,7 @@ int main(void)
58
58
59
59
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
60
60
// Initialize device attestation config
61
- #ifdef EFR32_ATTESTATION_CREDENTIALS
61
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
62
62
SetDeviceAttestationCredentialsProvider (Silabs::GetSilabsDacProvider ());
63
63
#else
64
64
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 26
26
#include < app/server/Server.h>
27
27
#include < credentials/DeviceAttestationCredsProvider.h>
28
28
#include < matter_config.h>
29
- #ifdef SI917_ATTESTATION_CREDENTIALS
29
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
30
30
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
31
31
#else
32
32
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -62,7 +62,7 @@ int main(void)
62
62
63
63
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
64
64
// Initialize device attestation config
65
- #ifdef SI917_ATTESTATION_CREDENTIALS
65
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
66
66
SetDeviceAttestationCredentialsProvider (Silabs::GetSilabsDacProvider ());
67
67
#else
68
68
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 29
29
#include < app/server/Server.h>
30
30
#include < credentials/DeviceAttestationCredsProvider.h>
31
31
#include < matter_config.h>
32
- #ifdef EFR32_ATTESTATION_CREDENTIALS
32
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
33
33
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
34
34
#else
35
35
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -60,7 +60,7 @@ int main(void)
60
60
61
61
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
62
62
// Initialize device attestation config
63
- #ifdef EFR32_ATTESTATION_CREDENTIALS
63
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
64
64
SetDeviceAttestationCredentialsProvider (Silabs::GetSilabsDacProvider ());
65
65
#else
66
66
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 25
25
#include < app/server/Server.h>
26
26
#include < credentials/DeviceAttestationCredsProvider.h>
27
27
#include < matter_config.h>
28
- #ifdef EFR32_ATTESTATION_CREDENTIALS
28
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
29
29
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
30
30
#else
31
31
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -59,7 +59,7 @@ int main(void)
59
59
60
60
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
61
61
// Initialize device attestation config
62
- #ifdef SI917_ATTESTATION_CREDENTIALS
62
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
63
63
SetDeviceAttestationCredentialsProvider (SI917::GetSI917DacProvider ());
64
64
#else
65
65
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 27
27
#include < app/server/Server.h>
28
28
#include < credentials/DeviceAttestationCredsProvider.h>
29
29
#include < matter_config.h>
30
- #ifdef EFR32_ATTESTATION_CREDENTIALS
30
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
31
31
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
32
32
#else
33
33
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -58,7 +58,7 @@ int main(void)
58
58
59
59
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
60
60
// Initialize device attestation config
61
- #ifdef EFR32_ATTESTATION_CREDENTIALS
61
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
62
62
SetDeviceAttestationCredentialsProvider (Silabs::GetSilabsDacProvider ());
63
63
#else
64
64
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ config("attestation-credentials-config") {
129
129
130
130
defines = [
131
131
# Set to 1 to enable SI917 attestation credentials
132
- " SI917_ATTESTATION_CREDENTIALS " ,
132
+ " SILABS_ATTESTATION_CREDENTIALS " ,
133
133
]
134
134
}
135
135
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ config("attestation-credentials-config") {
161
161
162
162
defines = [
163
163
# Set to 1 to enable EFR32 attestation credentials
164
- " EFR32_ATTESTATION_CREDENTIALS " ,
164
+ " SILABS_ATTESTATION_CREDENTIALS " ,
165
165
]
166
166
}
167
167
Original file line number Diff line number Diff line change 27
27
#include < app/server/Server.h>
28
28
#include < credentials/DeviceAttestationCredsProvider.h>
29
29
#include < matter_config.h>
30
- #ifdef EFR32_ATTESTATION_CREDENTIALS
30
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
31
31
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
32
32
#else
33
33
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -58,7 +58,7 @@ int main(void)
58
58
59
59
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
60
60
// Initialize device attestation config
61
- #ifdef EFR32_ATTESTATION_CREDENTIALS
61
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
62
62
SetDeviceAttestationCredentialsProvider (Silabs::GetSilabsDacProvider ());
63
63
#else
64
64
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 25
25
#include < app/server/Server.h>
26
26
#include < credentials/DeviceAttestationCredsProvider.h>
27
27
#include < matter_config.h>
28
- #ifdef SI917_ATTESTATION_CREDENTIALS
28
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
29
29
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
30
30
#else
31
31
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -60,7 +60,7 @@ int main(void)
60
60
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
61
61
err = app.Init ();
62
62
// Initialize device attestation config
63
- #ifdef SI917_ATTESTATION_CREDENTIALS
63
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
64
64
SetDeviceAttestationCredentialsProvider (SILABS::GetSILABSDacProvider ());
65
65
#else
66
66
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
Original file line number Diff line number Diff line change 27
27
#include < app/server/Server.h>
28
28
#include < credentials/DeviceAttestationCredsProvider.h>
29
29
#include < matter_config.h>
30
- #ifdef EFR32_ATTESTATION_CREDENTIALS
30
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
31
31
#include < examples/platform/silabs/SilabsDeviceAttestationCreds.h>
32
32
#else
33
33
#include < credentials/examples/DeviceAttestationCredsExample.h>
@@ -62,7 +62,7 @@ int main(void)
62
62
chip::DeviceLayer::PlatformMgr ().LockChipStack ();
63
63
err = app.Init ();
64
64
// Initialize device attestation config
65
- #ifdef EFR32_ATTESTATION_CREDENTIALS
65
+ #ifdef SILABS_ATTESTATION_CREDENTIALS
66
66
SetDeviceAttestationCredentialsProvider (Silabs::GetSilabsDacProvider ());
67
67
#else
68
68
SetDeviceAttestationCredentialsProvider (Examples::GetExampleDACProvider ());
You can’t perform that action at this time.
0 commit comments