mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 23:57:47 +00:00
Increase default mbedTLS heap size for nrf52840. (#1752)
This commit is contained in:
committed by
Jonathan Hui
parent
027ad9eb03
commit
f2af98cd8a
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user