3e93ea9b76
esp_netif: Remove tcpip_adapter compatibility layer
...
* Original commit: espressif/esp-idf@795b7ed993
2022-05-27 17:44:25 +04:00
58bf2186f7
esp_hw_support/esp_system: Re-evaluate header inclusions and include directories
...
This commit updates the visibility of various header files and cleans up
some unnecessary inclusions. Also, this commit removes certain header
include paths which were maintained for backward compatibility.
* Original commit: espressif/esp-idf@a9fda54d39
2022-05-27 17:44:24 +04:00
5909e9e54c
mdns: Remove legacy esp_event API
...
* Original commit: espressif/esp-idf@e46aa515bd
2022-05-27 17:44:24 +04:00
085dbd8c4e
freertos: Remove legacy data types
...
This commit removes the usage of all legacy FreeRTOS data types that
are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can
still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
* Original commit: espressif/esp-idf@57fd78f5ba
2022-05-27 17:44:24 +04:00
01256d3e34
mdns: Make fuzzer layers compatible with llvm>=6
...
* Original commit: espressif/esp-idf@1882cbe44e
2022-05-27 17:44:24 +04:00
af2275341e
mdns: Fix fuzzer IDF-mock layer
...
Removed lwip dependencies
Simplified the mocks for esp32 and esp-netif
* Original commit: espressif/esp-idf@619235c2ee
2022-05-27 17:44:24 +04:00
4049b3b5ed
mdns: make delegate host address a list
...
Also adds unit test and doc string for new apis.
* Original commit: espressif/esp-idf@2d34352f3d
2022-05-27 17:44:24 +04:00
e0bc60a586
mdns, dns, dhcp, dhcps: update fuzzer test to work in CI
...
Closes: IDF-1861 and IDF-1990
* Original commit: espressif/esp-idf@a43c06a592
2022-05-27 17:44:23 +04:00
3e753f5e2d
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
...
* Original commit: espressif/esp-idf@afbaf74007
2022-05-27 17:44:23 +04:00
4172219225
mdns tests: adapt mdns fuzzer test to compile with event loop library
...
* Original commit: espressif/esp-idf@38d15cbd63
2022-05-27 17:44:23 +04:00
19acac76eb
Replace all DOS line endings with Unix
...
Command run was:
git ls-tree -r HEAD --name-only | xargs dos2unix
* Original commit: espressif/esp-idf@a67d5d89e0
2022-05-27 17:44:22 +04:00
9f1be3668e
MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser
...
* Original commit: espressif/esp-idf@e983230be9
2022-05-27 17:44:22 +04:00