-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bb4590
commit 94d5791
Showing
103 changed files
with
2,853 additions
and
624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 17 additions & 14 deletions
31
matter/si91x/siwx917/BRD2605A/autogen/sli_mbedtls_config_transform_autogen.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,54 @@ | ||
// This is an autogenerated config file, any changes to this file will be | ||
// overwritten | ||
// This is an autogenerated config file, any changes to this file will be overwritten | ||
|
||
#ifndef SLI_MBEDTLS_CONFIG_TRANSFORM_AUTOGEN_H | ||
#define SLI_MBEDTLS_CONFIG_TRANSFORM_AUTOGEN_H | ||
|
||
// Convert CMSIS Markup config defines to mbedTLS specific config defines | ||
|
||
#if SL_MBEDTLS_RSA_NO_CRT | ||
#define MBEDTLS_RSA_NO_CRT | ||
#define MBEDTLS_RSA_NO_CRT | ||
#endif | ||
|
||
// Allow undefining the specified cipher suites | ||
#if defined(SLI_MBEDTLS_AUTODETECT_CIPHERSUITES) | ||
#undef MBEDTLS_SSL_CIPHERSUITES | ||
#undef MBEDTLS_SSL_CIPHERSUITES | ||
#endif | ||
|
||
#if SL_MBEDTLS_SSL_MAX_FRAGMENT_LENGTH | ||
#define MBEDTLS_SSL_MAX_FRAGMENT_LENGTH | ||
#define MBEDTLS_SSL_MAX_FRAGMENT_LENGTH | ||
#endif | ||
#if SL_MBEDTLS_SSL_EXPORT_KEYS | ||
#define MBEDTLS_SSL_EXPORT_KEYS | ||
#define MBEDTLS_SSL_EXPORT_KEYS | ||
#endif | ||
#if SL_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_PSK_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_PSK_ENABLED | ||
#endif | ||
#if SL_MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED | ||
#endif | ||
#if SL_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED | ||
#endif | ||
#if SL_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED | ||
#endif | ||
#if SL_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED | ||
#define MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED | ||
#endif | ||
#if SL_MBEDTLS_ECP_ENABLE_COMPRESSED_CURVE_PARSING | ||
#define MBEDTLS_ECP_ENABLE_COMPRESSED_CURVE_PARSING | ||
#define MBEDTLS_ECP_ENABLE_COMPRESSED_CURVE_PARSING | ||
#endif | ||
|
||
#if !defined(MBEDTLS_SSL_IN_CONTENT_LEN) | ||
#define MBEDTLS_SSL_IN_CONTENT_LEN SL_MBEDTLS_SSL_IN_CONTENT_LEN | ||
#define MBEDTLS_SSL_IN_CONTENT_LEN SL_MBEDTLS_SSL_IN_CONTENT_LEN | ||
#endif | ||
|
||
#if !defined(MBEDTLS_SSL_OUT_CONTENT_LEN) | ||
#define MBEDTLS_SSL_OUT_CONTENT_LEN SL_MBEDTLS_SSL_OUT_CONTENT_LEN | ||
#define MBEDTLS_SSL_OUT_CONTENT_LEN SL_MBEDTLS_SSL_OUT_CONTENT_LEN | ||
#endif | ||
|
||
|
||
|
||
|
||
|
||
#endif // SLI_MBEDTLS_CONFIG_TRANSFORM_AUTOGEN_H |
15 changes: 15 additions & 0 deletions
15
matter/si91x/siwx917/BRD2605A/autogen/sli_psa_builtin_config_autogen.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// This is an autogenerated config file, any changes to this file will be overwritten | ||
|
||
#ifndef SLI_PSA_BUILTIN_CONFIG_AUTOGEN_H | ||
#define SLI_PSA_BUILTIN_CONFIG_AUTOGEN_H | ||
|
||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_PUBLIC_KEY 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_BASIC 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_IMPORT 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_EXPORT 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_GENERATE 1 | ||
#define MBEDTLS_PSA_BUILTIN_ECC_SECP_R1_256 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_SHA_256 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_ECDSA 1 | ||
|
||
#endif // SLI_PSA_BUILTIN_CONFIG_AUTOGEN_H |
32 changes: 32 additions & 0 deletions
32
matter/si91x/siwx917/BRD2605A/autogen/sli_psa_config_autogen.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// This is an autogenerated config file, any changes to this file will be overwritten | ||
|
||
#ifndef SLI_PSA_CONFIG_AUTOGEN_H | ||
#define SLI_PSA_CONFIG_AUTOGEN_H | ||
|
||
#define MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG | ||
#define PSA_WANT_KEY_TYPE_AES 1 | ||
#define PSA_WANT_ALG_CCM 1 | ||
#define PSA_WANT_ALG_CMAC 1 | ||
#define PSA_WANT_ALG_SHA_224 1 | ||
#define PSA_WANT_ALG_SHA_256 1 | ||
#define PSA_WANT_ALG_ECB_NO_PADDING 1 | ||
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR 1 | ||
#define PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY 1 | ||
#define PSA_WANT_ECC_SECP_R1_256 1 | ||
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_BASIC 1 | ||
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT 1 | ||
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT 1 | ||
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE 1 | ||
#define PSA_WANT_ALG_ECDH 1 | ||
#define PSA_WANT_ALG_ECDSA 1 | ||
#define PSA_WANT_ALG_HKDF 1 | ||
#define PSA_WANT_ALG_HMAC 1 | ||
#define PSA_WANT_KEY_TYPE_HMAC 1 | ||
#define PSA_WANT_ALG_JPAKE 1 | ||
|
||
#define MBEDTLS_PSA_KEY_SLOT_COUNT (22 + 1 + SL_PSA_KEY_USER_SLOT_COUNT + 1) | ||
#ifndef SL_PSA_ITS_MAX_FILES | ||
#define SL_PSA_ITS_MAX_FILES ( + SL_PSA_ITS_USER_MAX_FILES) | ||
#endif | ||
|
||
#endif // SLI_PSA_CONFIG_AUTOGEN_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,9 @@ | |
// $[GPIO] | ||
// [GPIO]$ | ||
|
||
// $[QEI] | ||
// [QEI]$ | ||
|
||
// $[CUSTOM_PIN_NAME] | ||
#ifndef _PORT | ||
#define _PORT 0 | ||
|
Oops, something went wrong.