esp-idf/tools/mocks
Euripedes Rocha d6db90a3cd [tcp_transport] - Adds Socks4 proxy transport
- Basic implementation of Socks4 protocol.
- Introduce basic host testing.
2023-03-27 14:46:40 +02:00
..
driver feat(driver): added RMT mock 2023-03-17 14:54:48 +08:00
esp-tls [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
esp_event
esp_hw_support
esp_partition
esp_timer
freertos freertos: Move FreeRTOSConfig_arch.h 2023-03-22 16:32:29 +08:00
hal/include/hal feat(driver): added RMT mock 2023-03-17 14:54:48 +08:00
http_parser
lwip [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
soc/include/soc
spi_flash
startup lwip: Support for linux target 2023-01-31 08:43:45 +01:00
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.