Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Baremetal] Various minor changes to improve RAM measurements #2850

Merged
merged 12 commits into from
Oct 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions configs/baremetal.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
#define MBEDTLS_PK_C
#define MBEDTLS_PK_PARSE_C

#define MBEDTLS_ENTROPY_MAX_SOURCES 1

#define MBEDTLS_SSL_CONF_SINGLE_EC
#define MBEDTLS_SSL_CONF_SINGLE_UECC_GRP_ID MBEDTLS_UECC_DP_SECP256R1
#define MBEDTLS_SSL_CONF_SINGLE_EC_TLS_ID 23
Expand Down
3 changes: 3 additions & 0 deletions configs/baremetal_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@

#undef MBEDTLS_NO_PLATFORM_ENTROPY

#undef MBEDTLS_ENTROPY_MAX_SOURCES
#define MBEDTLS_ENTROPY_MAX_SOURCES 3

#endif /* MBEDTLS_BAREMETAL_USER_CONFIG_H */
Loading