zephyr/modules/mbedtls
Frank Audun Kvamtrø fb90efef1b modules: mbedtls: Allow custom mbedtls implementation
-The current scheme in zephyr has the two choices MBEDTLS_BUILTIN
 and MBEDTLS_LIBRARY, but the choice of MBEDTLS_LIBRARY requires
 setting CONFIG_MBEDTLS_INSTALL_PATH for includes and library linking.
 This may not be neccesary when an alternative implementation of the
 library is being used. This adds support for custom choices in
 MBEDTLS_IMPLEMENTATION which can be added in an out-of-tree Kconfig
 file.
-Made else an elseif(CONFIG_MBEDTLS_LIBRARY.
-Removed reduntant assertion between the two choices.

Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
2021-09-29 15:32:40 -04:00
..
configs modules: mbedTLS: Add separate Kconfig entry for MBEDTLS_HAVE_TIME_DATE 2021-06-01 07:30:15 -05:00
CMakeLists.txt modules: mbedtls: Allow custom mbedtls implementation 2021-09-29 15:32:40 -04:00
Kconfig module: mbedtls: add shell module 2021-07-14 21:14:35 -04:00
Kconfig.tls-generic modules: mbedTLS: Add separate Kconfig entry for MBEDTLS_HAVE_TIME_DATE 2021-06-01 07:30:15 -05:00
shell.c module: mbedtls: add shell module 2021-07-14 21:14:35 -04:00
zephyr_init.c