Jakob Hasse 1eb96cfc79 feat (driver)!: Added mocking for i2c.h il y a 4 ans
..
driver 1eb96cfc79 feat (driver)!: Added mocking for i2c.h il y a 4 ans
esp_hw_support 88eb4fa6a6 [mocks]: moved mocks dir to tools/ il y a 4 ans
esp_system 88eb4fa6a6 [mocks]: moved mocks dir to tools/ il y a 4 ans
esp_timer ca12c92877 [esp_timer]: created mock override component il y a 4 ans
freertos 4846222102 freertos: update freertos folder structure to match upstream il y a 4 ans
hal 1eb96cfc79 feat (driver)!: Added mocking for i2c.h il y a 4 ans
soc 1eb96cfc79 feat (driver)!: Added mocking for i2c.h il y a 4 ans
spi_flash 46e59e7194 [mocks]: moved already added spi_flash mocks il y a 4 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.