Increase default mbedTLS heap size for nrf52840. (#1752)

This commit is contained in:
Robert Lubos
2017-05-10 08:58:47 -07:00
committed by Jonathan Hui
parent 027ad9eb03
commit f2af98cd8a
3 changed files with 20 additions and 2 deletions
@@ -123,4 +123,12 @@
*/
#define OPENTHREAD_CONFIG_MBEDTLS_HEAP_SIZE (4096 * sizeof(void *))
/**
* @def OPENTHREAD_CONFIG_MBEDTLS_HEAP_SIZE_NO_DTLS
*
* The size of mbedTLS heap buffer when DTLS is disabled.
*
*/
#define OPENTHREAD_CONFIG_MBEDTLS_HEAP_SIZE_NO_DTLS 2048
#endif // OPENTHREAD_CORE_NRF52840_CONFIG_H_