mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
b614af3a91
This commit adds two new functions, `otPlatCryptoCAlloc` and `otPlatCryptoFree`, which provide dynamic memory management for the crypto subsystem. They are only enabled when `OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE` is set. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>