zephyr/modules/mbedtls
Emil Lindqvist ca41413038 mbedtls: add ability to use custom memory section for mbedtls heap
This commit introduces the option to place the mbed TLS heap in a custom
memory section. The heap might be quite large depending on concurrent
TLS connections, thus it might be needed to place this manually

Signed-off-by: Emil Lindqvist <emil@lindq.gr>
2024-09-13 09:18:11 +02:00
..
configs modules: mbedtls: add Kconfig option for MBEDTLS_X509_CRT_WRITE_C 2024-09-13 09:17:44 +02:00
include mbedtls: add CONFIG_MBEDTLS_INIT 2023-07-06 11:45:08 +02:00
CMakeLists.txt mbedtls: move entropy polling functions to a dedicated file 2024-08-24 07:16:51 -04:00
create_psa_files.py mbedtls: add new PSA_CRYPTO_CLIENT config 2024-05-23 11:53:02 -04:00
debug.c modules: mbedtls: support stripping newline from debug log messages 2022-08-17 12:03:52 +02:00
Kconfig mbedtls: add ability to use custom memory section for mbedtls heap 2024-09-13 09:18:11 +02:00
Kconfig.psa mbedtls: add new PSA_CRYPTO_CLIENT config 2024-05-23 11:53:02 -04:00
Kconfig.tls-generic modules: mbedtls: add Kconfig option for MBEDTLS_X509_CRT_WRITE_C 2024-09-13 09:17:44 +02:00
shell.c modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
zephyr_entropy.c mbedtls: move entropy polling functions to a dedicated file 2024-08-24 07:16:51 -04:00
zephyr_init.c mbedtls: add ability to use custom memory section for mbedtls heap 2024-09-13 09:18:11 +02:00