mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Merge branch 'development' into prerelease-13.0
This commit is contained in:
commit
383855e1c1
@ -778,5 +778,31 @@
|
|||||||
|
|
||||||
#endif // FIRMWARE_TASMOTA32
|
#endif // FIRMWARE_TASMOTA32
|
||||||
|
|
||||||
|
/*********************************************************************************************\
|
||||||
|
* Post-process compile options for Matter
|
||||||
|
\*********************************************************************************************/
|
||||||
|
|
||||||
|
#ifdef USE_MATTER_DEVICE
|
||||||
|
#undef USE_DISCOVERY
|
||||||
|
#define USE_DISCOVERY
|
||||||
|
|
||||||
|
// Enable all the crypto required by Matter
|
||||||
|
#undef USE_BERRY_CRYPTO_EC_P256
|
||||||
|
#define USE_BERRY_CRYPTO_EC_P256
|
||||||
|
#undef USE_BERRY_CRYPTO_HMAC_SHA256
|
||||||
|
#define USE_BERRY_CRYPTO_HMAC_SHA256
|
||||||
|
#undef USE_BERRY_CRYPTO_HKDF_SHA256
|
||||||
|
#define USE_BERRY_CRYPTO_HKDF_SHA256
|
||||||
|
#undef USE_BERRY_CRYPTO_AES_CCM
|
||||||
|
#define USE_BERRY_CRYPTO_AES_CCM
|
||||||
|
#undef USE_BERRY_CRYPTO_AES_CTR
|
||||||
|
#define USE_BERRY_CRYPTO_AES_CTR
|
||||||
|
#undef USE_BERRY_CRYPTO_PBKDF2_HMAC_SHA256
|
||||||
|
#define USE_BERRY_CRYPTO_PBKDF2_HMAC_SHA256
|
||||||
|
#undef USE_BERRY_CRYPTO_SPAKE2P_MATTER
|
||||||
|
#define USE_BERRY_CRYPTO_SPAKE2P_MATTER
|
||||||
|
|
||||||
|
#endif // USE_MATTER_DEVICE
|
||||||
|
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
#endif // _TASMOTA_CONFIGURATIONS_ESP32_H_
|
#endif // _TASMOTA_CONFIGURATIONS_ESP32_H_
|
||||||
|
@ -1292,34 +1292,6 @@
|
|||||||
#define USE_TLS // flag indicates we need to include TLS code
|
#define USE_TLS // flag indicates we need to include TLS code
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*********************************************************************************************\
|
|
||||||
* Post-process compile options for Matter
|
|
||||||
\*********************************************************************************************/
|
|
||||||
|
|
||||||
#ifdef ESP32
|
|
||||||
#ifdef USE_MATTER_DEVICE
|
|
||||||
#undef USE_DISCOVERY
|
|
||||||
#define USE_DISCOVERY
|
|
||||||
|
|
||||||
// Enable all the crypto required by Matter
|
|
||||||
#undef USE_BERRY_CRYPTO_EC_P256
|
|
||||||
#define USE_BERRY_CRYPTO_EC_P256
|
|
||||||
#undef USE_BERRY_CRYPTO_HMAC_SHA256
|
|
||||||
#define USE_BERRY_CRYPTO_HMAC_SHA256
|
|
||||||
#undef USE_BERRY_CRYPTO_HKDF_SHA256
|
|
||||||
#define USE_BERRY_CRYPTO_HKDF_SHA256
|
|
||||||
#undef USE_BERRY_CRYPTO_AES_CCM
|
|
||||||
#define USE_BERRY_CRYPTO_AES_CCM
|
|
||||||
#undef USE_BERRY_CRYPTO_AES_CTR
|
|
||||||
#define USE_BERRY_CRYPTO_AES_CTR
|
|
||||||
#undef USE_BERRY_CRYPTO_PBKDF2_HMAC_SHA256
|
|
||||||
#define USE_BERRY_CRYPTO_PBKDF2_HMAC_SHA256
|
|
||||||
#undef USE_BERRY_CRYPTO_SPAKE2P_MATTER
|
|
||||||
#define USE_BERRY_CRYPTO_SPAKE2P_MATTER
|
|
||||||
|
|
||||||
#endif // USE_MATTER_DEVICE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Post-process stack size adjustment
|
* Post-process stack size adjustment
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user