esp-idf/components
David Cermak af7f75268c MQTT: Update submodule reference to support new config modes
* Queueing publish messages to outbox when the client is not connected (default=off -> messages are queued if disconnected)
* Use of incremental msg-id instead of random id (default=off -> msg-id uses platform_random())
* Posting a new event-id if a queued message gets deleted from the outbox (default=off -> events are not posted)

Detailed description of included `esp-mqtt` changes
(da850b0add1e71b3659bfac5d797cc834dc3e89b...9ea804e0ab5368d5ab53ae2301a5fec9d1f12f1a)
* mqtt: Remove unused mqtt_header_state_t
  - esp-mqtt commit: b7158a4aea
  - esp-mqtt MR: espressif/esp-mqtt!84
  - Merges https://github.com/espressif/esp-mqtt/pull/180
* Cleanup public include dirs
  - esp-mqtt commit: f65d5d05db
  - esp-mqtt MR: espressif/esp-mqtt!85
* Config: Add a new option to use incremental message id
  - esp-mqtt commit: 8bb4a26f46
  - esp-mqtt MR: espressif/esp-mqtt!85
  - Closes https://github.com/espressif/esp-mqtt/issues/176
* Publish: Add new API to enqueue qos>0 messages
  - esp-mqtt commit: dc7fd5c0b1
  - esp-mqtt MR: espressif/esp-mqtt!85
  - Closes https://github.com/espressif/esp-mqtt/issues/155
* Config: Add a new option to disable publishing when disconnected
  - esp-mqtt commit: f44dcb1c26
  - esp-mqtt MR: espressif/esp-mqtt!85
  - Related https://github.com/espressif/esp-mqtt/issues/177
* Events: Add new event to report deleted messages from outbox
  - esp-mqtt commit: 2e35d4d4d5
  - esp-mqtt MR: espressif/esp-mqtt!85
* Publish: Allow for qos=0 messages to be stored using esp_mqtt_client_enqueue()
  - esp-mqtt commit: e2de0f3e3e
  - esp-mqtt MR: espressif/esp-mqtt!85
2021-06-24 14:01:35 +08:00
..
app_trace Merge branch 'bugfix/link_gcov_rtio_backport_v4.2' into 'release/v4.2' 2021-06-22 00:43:01 +00:00
app_update app_update: fix incorrect first byte from esp_ota_get_app_elf_sha256 2021-06-17 17:32:31 +08:00
asio
bootloader paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 06:35:45 +00:00
bootloader_support bootloader: Fix selection of Quad I/O modes on ESP32-U4WDH chip 2021-06-09 05:10:21 +00:00
bt Merge branch 'bugfix/ble_set_scan_param_error' into 'release/v4.2' 2021-06-23 05:10:08 +00:00
cbor
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console vfs: support vfs uart set line endings with specified uart number (release/v4.2) 2020-08-14 16:01:14 +08:00
cxx [C++]: wrapper functions around unwind code 2021-06-01 15:09:46 +08:00
driver timer: add IRAM_ATTR to spinlock give/take API 2021-05-11 15:32:37 +08:00
efuse Tools: add Python 2 deprecation warning 2020-12-11 09:14:57 +01:00
esp32 paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 06:35:45 +00:00
esp32s2 esp32s2 ds: Fix invalidating Digital Signature key from HMAC peripheral if assertions are disabled 2021-05-25 14:22:55 +00:00
esp_adc_cal [cxx]: fixed extern "C" declarations 2021-03-15 18:42:19 +08:00
esp_common versions: Update version to 4.2.2 2021-06-16 14:49:39 +08:00
esp_eth esp_eth: restart negotiation in esp_eth_start 2021-05-25 15:17:48 +08:00
esp_event AP_STAIPASSIGNED now passes the IP through 'event_data' 2020-11-16 17:43:51 +08:00
esp_gdbstub Revert "Merge branch 'feature/gdb_stub_task_state' into 'master'" 2020-09-17 17:04:48 +00:00
esp_hid esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00
esp_http_client ci/test: Fix esp_http_client test not to use pointer after free 2021-06-23 20:31:37 +02:00
esp_http_server esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru 2021-01-22 11:16:10 +05:30
esp_https_ota Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 2020-05-07 22:00:27 +02:00
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_ipc esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
esp_local_ctrl esp_local_ctrl: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:10:58 +05:30
esp_netif esp-netif: Fix PPP netif event posting to include esp_netif data 2021-01-04 16:41:25 +01:00
esp_ringbuf freertos: place xQueueGenericCreateStatic into flash 2020-04-22 16:06:13 +08:00
esp_rom flash_encryption: Quick fixed the issue that block when flash_encryption_write, Related https://github.com/espressif/esp-idf/issues/6322, Related https://github.com/espressif/esp-idf/issues/6254 2021-03-11 13:52:28 +08:00
esp_serial_slave_link
esp_system components: fix ldgen check errors 2021-06-17 12:36:34 +10:00
esp_timer Merge branch 'refactor/esp_ipc' into 'master' 2020-05-25 15:03:04 +08:00
esp_websocket_client Add options for esp_http_client and esp_websocket_client to support keepalive 2021-01-26 14:09:01 +08:00
esp_wifi esp_wifi: Fix SoftAP crash by adding NULL check for handling publc action frames. 2021-06-10 18:47:27 +05:30
esp-tls esp_tls: Fix misplaced paranthesis in esp_tls_mbedtls.c 2021-03-05 10:06:10 +05:30
espcoredump ci: exempt upstream libmbedtls mapping for sha256 2021-06-17 12:21:53 +10:00
esptool_py esptool: Update esptool to have merge adjacent sections feature 2021-05-10 11:18:09 +08:00
expat test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
fatfs fatfs: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:08:12 +05:30
freemodbus freemodbus: fix event processing after merge 2021-03-19 15:05:27 +01:00
freertos components: fix ldgen check errors 2021-06-17 12:36:34 +10:00
heap components: fix ldgen check errors 2021-06-17 12:36:34 +10:00
idf_test ci: decrease the flash performance threshold 2021-05-21 13:03:36 +08:00
jsmn
json cJSON: include only source file objects for cmake build 2020-02-05 11:14:23 +05:30
libsodium libsodium: Update library to v1.0.18 2021-06-18 16:40:15 +08:00
log log: correct timestamp formatting to unsigned integer type 2021-03-04 11:54:30 +05:30
lwip components: fix ldgen check errors 2021-06-17 12:36:34 +10:00
mbedtls Merge branch 'feature/extmem_alloc_for_s2_v4.2' into 'release/v4.2' 2021-05-26 03:43:13 +00:00
mdns mdns: Fixed the ip header TTL to be correctly set to 255 2021-04-22 08:32:43 +00:00
mqtt MQTT: Update submodule reference to support new config modes 2021-06-24 14:01:35 +08:00
newlib Merge branch 'bugfix/adjtime_return_outdelta_before_new_delta_set_v4.2' into 'release/v4.2' 2020-09-25 08:03:11 +08:00
nghttp
nvs_flash [doc]: NVS documentation updates 2021-06-02 15:46:13 +08:00
openssl openssl: made verification mode conversion to mbetls modes more strict 2020-09-17 13:22:36 +02:00
partition_table paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 06:35:45 +00:00
perfmon test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
protobuf-c
protocomm protocomm: Fixed NULL check of allocated memory 2021-03-05 10:06:18 +05:30
pthread pthread: fix the priority inheritance 2020-11-17 14:48:43 +08:00
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:36:03 +08:00
soc Merge branch 'bugfix/esp32_u4wdh_quad_io_v4.2' into 'release/v4.2' 2021-06-23 05:37:51 +00:00
spi_flash ci: enabled ldgen mapping check in ci 2021-06-17 12:20:58 +10:00
spiffs tools: Redirect some warnings to stderr 2020-12-15 13:16:50 +07:00
tcp_transport tcp_transport: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:09:21 +05:30
tcpip_adapter Set default AP handlers in wifi_create_and_start_ap() v4.2 2020-09-15 14:54:46 +08:00
tinyusb usb: removes non-integrated features 2020-07-29 15:50:56 +02:00
ulp ulp: Fix bug where ULP linker script not regenerated for new config 2021-05-21 10:56:05 +10:00
unity
vfs vfs: support vfs uart set line endings with specified uart number (release/v4.2) 2020-08-14 16:01:14 +08:00
wear_levelling test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
wifi_provisioning wifi_provisioning: Fix some memory leak issues by coverity static analyzer. 2021-03-23 11:10:36 +05:30
wpa_supplicant wpa_supplicant: Group key reinstallation fixes 2021-05-13 12:30:44 +08:00
xtensa components: fix ldgen check errors 2021-06-17 12:36:34 +10:00