Commit Graph

21 Commits

Author SHA1 Message Date
Linda
c5fb6c9436 docs: update application examples for modbus.rst, mqtt.rst and lwip.rst 2025-09-19 18:51:40 +08:00
Marius Vikhammer
723ac18495 docs(misc): fixed typos found with codespell 2025-09-19 18:51:40 +08:00
Shang Zhou
e9bcb95bc4 docs: Update CN translation for esp_tls.rst, mqtt.rst, and peripherals.rst 2025-09-19 18:51:40 +08:00
Mahavir Jain
0533275d61 refactor: migrate atecc608a_ecdsa example to crypto authlib repository
- ESP32-WROOM-32SE has been discontinued and marked as NRND
- This change removes all references to ESP32-WROOM-32SE from IDF
- The example has been migrated to esp-cryptoauthlib repository and it
  can be used through the component manager
  (https://components.espressif.com/components/espressif/esp-cryptoauthlib)
2025-09-19 18:51:40 +08:00
caixinying-git
22ce182853 docs: update format issues left in EN docs 2025-09-19 18:51:40 +08:00
caixinying-git
fcaf10581c docs: update format issues for EN and CN under api-reference/protocols and migration-guides 2025-09-19 18:51:40 +08:00
Linda
ffff8b9361 update ESP-MQTT by including the mqtt5 example 2025-09-19 18:51:40 +08:00
Wang Zi Yan
8f2a725a86 docs: update mqtt wifi coexist 2025-09-19 18:51:40 +08:00
Euripedes Rocha
c54d7cfe43 [MQTT] clarification of message retransmission
- Adds description of the message retransmission process for QoS 1 and
  2.
2025-09-19 18:51:40 +08:00
Wang Zi Yan
0ec688bce6 docs: add a blank line in ble-mesh-index and translate mqtt 2025-09-19 18:51:40 +08:00
Euripedes Rocha
dd40fc3af2 [MQTT] - Updates esp_mqtt configuration struct
- Layered config struct
- Fix examples.
2025-09-19 18:51:40 +08:00
Mahavir Jain
537b53ad60 docs: Add esp_tls_errors.h to API reference list
Closes DOC-2797
2025-09-19 18:51:40 +08:00
yuanjm
f6629ff7e1 doc: Update mqtt open source test server address 2025-09-19 18:51:40 +08:00
Angus Gratton
084451f9e2 docs: add new top-level docs builder that builds docs for a single chip 2025-09-19 18:51:40 +08:00
Marius Vikhammer
1f2405289e doc/mqtt: add event description and more details about configuration to API reference 2025-09-19 18:51:40 +08:00
Marius Vikhammer
d67b4ec8b8 MQTT: update default broker URL for examples
The MQTT broker URL used as default in the examples has ceased operation. All examples and documention have been updated to point to the new domain mqtt.eclipse.org.
This also required an update of the python example test scripts to use TLS 1.2
2025-09-19 18:51:40 +08:00
Angus Gratton
0872e4ec68 build system: Use CMake-based build system as default when describing commands 2025-09-19 18:51:40 +08:00
David Cermak
8c299a21d3 mqtt: added support for esp event loop, updating examples to register and use event loop handler 2025-09-19 18:51:40 +08:00
Noeël Moeskops
28aabd712b Typo fix in mqtt.rst.
changed 'defalut' to 'default'

Merges https://github.com/espressif/esp-idf/pull/2780
2025-09-19 18:51:40 +08:00
Angus Gratton
08efd1fd08 doc: Replace :envvar: config links with :ref: 2025-09-19 18:51:40 +08:00
David Cermak
ab9698a3b4 MQTT: Integrate esp-mqtt library into idf
added docs and tests for mqtt library, small fixes (removed warnings, option for custom outbox, websocket bug fixed for longer transports). refactored to use common tcp_transport component, support for CMake build system.
Closes #2108
2025-09-19 18:51:40 +08:00