nuttx-apps icon indicating copy to clipboard operation
nuttx-apps copied to clipboard

Mbed TLS: Add support for generating the needed config header via Kconfig system

Open gustavonihei opened this issue 3 years ago • 1 comments

Some features of Mbed TLS library may be configured via a mbedtls_config.h header. NuttX currently provides default configuration with a set of cryptographic algorithms.

A much welcome improvement is to make the selection of those features configurable (e.g. via menuconfig), similar to how LVGL's features are currently configured.

gustavonihei avatar Nov 04 '21 18:11 gustavonihei

Good idea

xiaoxiang781216 avatar Nov 04 '21 18:11 xiaoxiang781216