2021-03-27 12:37:10 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config NETUTILS_MQTTC
|
|
|
|
tristate "Enable MQTT-C"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable MQTT-C
|
|
|
|
|
|
|
|
if NETUTILS_MQTTC
|
|
|
|
|
2023-08-28 13:40:57 +02:00
|
|
|
config NETUTILS_MQTTC_EXAMPLE
|
|
|
|
tristate "Enable MQTT-C example"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable MQTT-C example
|
|
|
|
|
|
|
|
if NETUTILS_MQTTC_EXAMPLE
|
|
|
|
|
|
|
|
config NETUTILS_MQTTC_EXAMPLE_STACKSIZE
|
|
|
|
int "Task's stack size"
|
|
|
|
default 8192
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2022-09-23 03:44:42 +02:00
|
|
|
config NETUTILS_MQTTC_WITH_MBEDTLS
|
|
|
|
bool "Enable MQTT-C with mbedtls"
|
|
|
|
default n
|
|
|
|
|
2021-03-27 12:37:10 +01:00
|
|
|
config NETUTILS_MQTTC_VERSION
|
|
|
|
string "MQTT-C Version"
|
2021-03-31 15:50:11 +02:00
|
|
|
default "1.1.5"
|
2021-03-27 12:37:10 +01:00
|
|
|
|
|
|
|
endif
|