kopia lustrzana https://github.com/espressif/esp-idf
0154e81d87
- Updated WiFi libraries based on the IDF changes - Renamed esp_wifi_native.h to esp_wifi_types_native.h - Reverted forward declarations of native wifi types and HE types - Forward declare as opaque structs only if we don't have native types (csi and ctrl_packet types) |
||
---|---|---|
.. | ||
driver | ||
esp-tls | ||
esp_event | ||
esp_hw_support | ||
esp_netif | ||
esp_partition | ||
esp_timer | ||
esp_wifi | ||
freertos | ||
http_parser | ||
lwip | ||
spi_flash | ||
startup | ||
tcp_transport | ||
README.md |
README.md
Mocked Components
All components in this directory mock their respective originals in the component directory. The components in this directory are for testing only. Currently, the main goal is to implement Linux-based host tests with these mocking components. Target-based tests using the mocking components are not possible now but may be possible in the future.
Some components only consist of header files without any CMakeLists.txt file. The headers in these are currently needed by other mocking components to satisfy a minimal set of definitions from dependencies. They are not a full mock implementation. These components with header files only may be replaced by an actual mock implementation of the corresponding component in the future.