Marius Vikhammer
28a139c454
MQTT: add server side authentication to mutual auth example
2025-09-19 18:51:40 +08:00
David Cermak
5488fe31ba
esp_netif, examples: esp_netif_init() moved into ESP_ERROR_CHECK()
...
esp_netif_init() returns standard esp_err_t error code (unlike tcpip_adapter init), so shall be checked for the return value
Also to make the initialization code more consistent.
2025-09-19 18:51:40 +08:00
David Cermak
29a89b1961
examples: protocol examples which use common connection component
...
updated to use esp_netif_init instead of tcpip_adapter in initialization code
2025-09-19 18:51:40 +08:00
Marius Vikhammer
358b4b1919
protocol examples: enable protocol examples for esp32sbeta
...
Closes IDF-1027
2025-09-19 18:51:40 +08:00
Anton Maklakov
898d58b747
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
2025-09-19 18:51:40 +08:00
Mahavir Jain
49360c1a93
examples: change default build instructions in docs to CMake
2025-09-19 18:51:40 +08:00
David Cermak
bf66526873
mqtt: update example documentation on generating a certificate for ssl authentication to hosts
...
Closes https://github.com/espressif/esp-idf/issues/3593
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
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
Ivan Grokhotkov
ad3c88c867
examples/protocols/mqtt: use common network component
2025-09-19 18:51:40 +08:00
Roland Dobai
79e16da5c4
Correct Kconfigs according to the coding style
2025-09-19 18:51:40 +08:00
David Cermak
6b3ba4d55a
mqtt: support for BEFORE_CONNECT event in idf
...
Updated examples to use new event id, idf to use mqtt with fixed retained, oversized messages
2025-09-19 18:51:40 +08:00
David Cermak
bab63dcee9
mqtt: ssl mutual authentication example added per PR from github, corrected cmake build, updated per idf style
...
Merges https://github.com/espressif/esp-idf/pull/2490
2025-09-19 18:51:40 +08:00