esp-idf/tools/mocks
muhaidong f37448cddb fix(wifi): fix psram enabled but initialized fail issue
Closes https://github.com/espressif/esp-idf/issues/11971
2023-12-05 11:19:59 +08:00
..
driver feat(rmt): move the driver to a new component 2023-11-25 00:29:53 +00:00
esp-tls [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
esp_event feat(linux): added esp_wifi mocking support 2023-07-10 19:40:09 +08:00
esp_hw_support systimer: support etm event 2022-11-23 15:32:34 +08:00
esp_netif feat(linux): added esp_wifi mocking support 2023-07-10 19:40:09 +08:00
esp_partition Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
esp_timer systimer: support etm event 2022-11-23 15:32:34 +08:00
esp_wifi fix(wifi): fix psram enabled but initialized fail issue 2023-12-05 11:19:59 +08:00
freertos fix(freertos/cmock): Fix FreeRTOS CMock builds for v10.5.1 kernel 2023-10-21 04:39:16 +08:00
http_parser [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
lwip [tcp_transport] - Adds Socks4 proxy transport 2023-03-27 14:46:40 +02:00
spi_flash Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
startup lwip: Support for linux target 2023-01-31 08:43:45 +01:00
tcp_transport feat(http_client): Add support for TLS session tickets 2023-11-29 20:48:35 +01:00
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.