Re: mbedtls config file
Rodriguez, Sergio SF <sergio.sf.rodriguez@...>
On Tue, 2017-09-26 at 11:16 +0000, Vakul Garg wrote:
HiThis can be a local change, see if it works for you, in the file ext/lib/crypto/mbedtls/Makefile.include add the path where your configuration files are in the include path subdir-ccflags-$(CONFIG_MBEDTLS_BUILTIN) += -I/path/myconfig and use a unique name for your configuration file in your prj.conf CONFIG_MBEDTLS_CFG_FILE="my-config.h" let me know if it helps Regards
|
|