Angus Gratton
|
0872e4ec68
|
build system: Use CMake-based build system as default when describing commands
|
2025-09-19 18:51:40 +08:00 |
|
Renz Christian Bagaporo
|
0e49903b2f
|
examples: use new component registration api
|
2025-09-19 18:51:40 +08:00 |
|
Michael (XIAO Xufeng)
|
0ff7c4ee21
|
ci: support to build esp32s2beta simple examples
|
2025-09-19 18:51:40 +08:00 |
|
Roland Dobai
|
4624326cda
|
Rename Kconfig options (examples)
|
2025-09-19 18:51:40 +08:00 |
|
Ivan Grokhotkov
|
ad3c88c867
|
examples/protocols/mqtt: use common network component
|
2025-09-19 18:51:40 +08:00 |
|
David Cermak
|
202acd4d6d
|
mqtt tests: adding weekend test for mqtt library to exercise publishing/receiving different data and references esp-mqtt commits to pass these tests
testing conditions:
transports (tcp, ssl, ws..)
qos (0, 1, 2)
short repeated messages (packed packets)
oversized messages (fragmented packets)
publish from a different thread
Closes https://github.com/espressif/esp-idf/issues/2870 by means of including commit 815623dfe5 from esp-mqtt
Closes https://github.com/espressif/esp-idf/issues/2975 by means of including commit 752953dc3b from esp-mqtt
Closes https://github.com/espressif/esp-idf/issues/2850 by means of including commits df455d2a5f 17fd713bce from esp-mqtt
|
2025-09-19 18:51:40 +08:00 |
|