esp-idf/tools/mocks
jingli 236bd27134 further fix spi flash/ram current leakage
Currently, we pull up cs io for spi flash/ram to reduce current leakage during
light sleep. But some kind of spi flash/ram chip need all io pull up. Otherwise,
current leakage will still exist.
2022-07-28 13:11:55 +08:00
..
driver [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00
esp_hw_support/include [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00
esp_system/include [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00
esp_timer [esp_timer]: created mock override component 2021-08-13 15:00:39 +08:00
freertos freertos: upgrade to 10.4.3 - try to add portDONT_DISCARD 2021-09-22 09:11:44 +08:00
hal/include/hal [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00
soc/include/soc further fix spi flash/ram current leakage 2022-07-28 13:11:55 +08:00
spi_flash [mocks]: moved already added spi_flash mocks 2021-08-18 11:05:51 +08:00
README.md [mocks]: moved mocks dir to tools/ 2021-08-10 14:45:42 +08:00

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.