esp-idf/components
David Cermak 467e4d997b MQTT: Update submodule reference: config, error handle, minor fixes
Updates esp-mqtt reference to include fixes below related mainly to:
* configuration update (disable keepalive, network timeout)
* minor fixes (size_t for all sizes, unbalanced lock, api for
  outbox-size)
* extended error handle to include socket's errno

Closes https://github.com/espressif/esp-idf/issues/5906

Config: Added config value to disable keepalive mechanism
esp-mqtt commit: 8562437c8a
Related https://github.com/espressif/esp-mqtt/issues/179

Added esp_mqtt_client_get_outbox_size API
esp-mqtt commit: 0a1d9d0300
Related https://github.com/espressif/esp-mqtt/pull/178

mqtt_outbox: Removed unused retry_count field from outbox_item_t
esp-mqtt commit: 673086e13a

config: Fixed typo for configuring OUTBOX_EXPIRED_TIMEOUT_MS
esp-mqtt commit: 259baaec96

Fixed missing MQTT_API_UNLOCK in esp_mqtt_client_stop error path
esp-mqtt commit: 845c2a3a1e
Related https://github.com/espressif/esp-mqtt/issues/173
Related https://github.com/espressif/esp-mqtt/pull/174

Extended mqtt error handle to capture transport's socket errno (IDF
v4.3+)
esp-mqtt commit: 23c8e1ecf5

Config: Added configuration value to set network timeout
esp-mqtt commit: a03228ac46
Related https://github.com/espressif/esp-mqtt/pull/166

Used size_t for all lengths to allow for other architectures
esp-mqtt commit: b9db8d9020
2020-11-19 17:17:40 +01:00
..
app_trace
app_update
asio
bootloader
bootloader_support
bt
cbor
cmock
coap
console
cxx
driver
efuse
esp-tls
esp32
esp32s2
esp32s3
esp_adc_cal
esp_common
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_ipc
esp_local_ctrl
esp_netif
esp_pm
esp_ringbuf
esp_rom
esp_serial_slave_link
esp_system
esp_timer
esp_websocket_client
esp_wifi
espcoredump
esptool_py
expat
fatfs
freemodbus
freertos
hal
heap
idf_test
jsmn
json
libsodium
log
lwip
mbedtls
mdns
mqtt
newlib
nghttp
nvs_flash
openssl
partition_table
perfmon
protobuf-c
protocomm
pthread
riscv
sdmmc
soc
spi_flash
spiffs
tcp_transport
tcpip_adapter
tinyusb
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa