Martin Vychodil c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' 3 ani în urmă
..
driver 66554aa215 cmake: remove unused defines from several host test apps 3 ani în urmă
esp-tls 736424c366 [MQTT] Simplifies MQTT CMakeLists file 3 ani în urmă
esp_event 736424c366 [MQTT] Simplifies MQTT CMakeLists file 3 ani în urmă
esp_hw_support 736424c366 [MQTT] Simplifies MQTT CMakeLists file 3 ani în urmă
esp_partition c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' 3 ani în urmă
esp_system 8c17b04cef lwip:bugfix for increase ping task stack size 3 ani în urmă
esp_timer ca12c92877 [esp_timer]: created mock override component 4 ani în urmă
freertos bfbbd9d790 feat(freertos): Added FreeRTOS POSIX/Linux Simulator 3 ani în urmă
hal 61282cc5dd gpio: Fix interrupt lost issue 3 ani în urmă
http_parser 736424c366 [MQTT] Simplifies MQTT CMakeLists file 3 ani în urmă
lwip 736424c366 [MQTT] Simplifies MQTT CMakeLists file 3 ani în urmă
soc 869bed1bb5 soc: don't expose unstable soc header files in public api 4 ani în urmă
spi_flash c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' 3 ani în urmă
tcp_transport 736424c366 [MQTT] Simplifies MQTT CMakeLists file 3 ani în urmă
README.md 88eb4fa6a6 [mocks]: moved mocks dir to tools/ 4 ani în urmă

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.