Am 09.03.2020 um 09:28 schrieb hamidkavianathar:
> hi
> I want to develop mqtt and lwm2m applications with lwip. I want to secure
> them with mbedTLS. I am using a stm32 MCU. could you please tell my I should
> do that?
> thanks.

The easiest way is to unpack mbedtls into a directory 'mbedtls' next to
'lwip' and compile lwip using cmake. Then mbedtls support will
automatically enabled.

If you don't want that, look at the VC projects and search for
"MBEDTLS". :-)

Regards,
Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to