examples/mqttc: add option to use MBED TLS for connections

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2024-10-03 23:00:49 +02:00
committed by Alan C. Assis
parent 3e54ea0aae
commit 7f7bbe236d
3 changed files with 342 additions and 53 deletions

View File

@@ -28,6 +28,8 @@ endif
config NETUTILS_MQTTC_WITH_MBEDTLS
bool "Enable MQTT-C with mbedtls"
default n
depends on CRYPTO_MBEDTLS
select DEV_URANDOM
config NETUTILS_MQTTC_VERSION
string "MQTT-C Version"