Marius Vikhammer b68b0ea714 linux-target: fixed driver mock being broken due to changes in driver folder structure il y a 3 ans
..
driver b68b0ea714 linux-target: fixed driver mock being broken due to changes in driver folder structure il y a 3 ans
esp-tls 736424c366 [MQTT] Simplifies MQTT CMakeLists file il y a 3 ans
esp_event 736424c366 [MQTT] Simplifies MQTT CMakeLists file il y a 3 ans
esp_hw_support 560ea9b754 systimer: support etm event il y a 3 ans
esp_partition c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' il y a 3 ans
esp_timer 560ea9b754 systimer: support etm event il y a 3 ans
freertos 9991862a10 fix(linux): fix build errors and warnings, remove ignore file il y a 3 ans
hal 184145817c spi_master: add feature spi periph clk source selectable il y a 3 ans
http_parser 736424c366 [MQTT] Simplifies MQTT CMakeLists file il y a 3 ans
lwip 736424c366 [MQTT] Simplifies MQTT CMakeLists file il y a 3 ans
soc 4ddbaa4166 linux target: add support for building esp_hw_support, soc and hal components for linux target il y a 3 ans
spi_flash c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' il y a 3 ans
startup fa97004faf lwip: Support for linux target il y a 3 ans
tcp_transport 736424c366 [MQTT] Simplifies MQTT CMakeLists file il y a 3 ans
README.md 88eb4fa6a6 [mocks]: moved mocks dir to tools/ il y a 4 ans

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.