esp-idf/tools/mocks
Marius Vikhammer b68b0ea714 linux-target: fixed driver mock being broken due to changes in driver folder structure
Closes https://github.com/espressif/esp-idf/issues/10749
2023-02-15 11:16:51 +08:00
..
driver linux-target: fixed driver mock being broken due to changes in driver folder structure 2023-02-15 11:16:51 +08:00
esp-tls
esp_event
esp_hw_support systimer: support etm event 2022-11-23 15:32:34 +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
freertos fix(linux): fix build errors and warnings, remove ignore file 2023-01-18 09:24:28 +08:00
hal/include/hal spi_master: add feature spi periph clk source selectable 2023-01-18 15:40:12 +08:00
http_parser
lwip
soc/include/soc linux target: add support for building esp_hw_support, soc and hal components for linux target 2022-12-09 13:59:39 +08: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
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.