
Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.
Revision 67:d359d3de309f, committed 2018-06-18
- Comitter:
- mbed_official
- Date:
- Mon Jun 18 08:15:22 2018 +0100
- Parent:
- 66:5a933ba1e9ad
- Child:
- 68:27b3b929ce56
- Commit message:
- Configure number of MBEDTLS entropy sources (#122)
Limit number of possible MBEDTLS entropy sources to 4 (20) in order
to save 320 bytes of RAM.
.
Commit copied from https://github.com/ARMmbed/nanostack-border-router
Changed in this revision
source/mbedtls_thread_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/mbedtls_thread_config.h Thu Jun 14 12:15:22 2018 +0100 +++ b/source/mbedtls_thread_config.h Mon Jun 18 08:15:22 2018 +0100 @@ -32,6 +32,7 @@ #define MBEDTLS_ECJPAKE_C #define MBEDTLS_ECP_C #define MBEDTLS_ENTROPY_C +#define MBEDTLS_ENTROPY_MAX_SOURCES 4 #define MBEDTLS_MD_C #define MBEDTLS_OID_C #define MBEDTLS_PK_C