Skip to content
/ ot-nxp Public
forked from openthread/ot-nxp

v1.2.0.1.1

Compare
Choose a tag to compare
@GabrielCouturier GabrielCouturier released this 21 Dec 15:36
k32w1: fix TLS handshaking

Double the OPENTHREAD_CONFIG_HEAP_INTERNAL_SIZE (to 16k)
so that TLS handshaking succeeds.

A smaller size will cause the process to fail with
memory allocation error (MBEDTLS_ERR_MPI_ALLOC_FAILED -0x0010)

Signed-off-by: George Stefan <[email protected]>