Jakob Hasse 7b4cd55d97 refactor(ci): removed unnecessary hal and soc mock header files před 2 roky
..
driver 7b4cd55d97 refactor(ci): removed unnecessary hal and soc mock header files před 2 roky
esp-tls d6db90a3cd [tcp_transport] - Adds Socks4 proxy transport před 2 roky
esp_event 9ed56031b2 feat(linux): added esp_wifi mocking support před 2 roky
esp_hw_support 560ea9b754 systimer: support etm event před 3 roky
esp_netif 9ed56031b2 feat(linux): added esp_wifi mocking support před 2 roky
esp_partition c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' před 3 roky
esp_timer 560ea9b754 systimer: support etm event před 3 roky
esp_wifi 9ed56031b2 feat(linux): added esp_wifi mocking support před 2 roky
freertos a23ba22fb7 fix(freertos/cmock): Fix FreeRTOS CMock builds for v10.5.1 kernel před 2 roky
http_parser 736424c366 [MQTT] Simplifies MQTT CMakeLists file před 3 roky
lwip d6db90a3cd [tcp_transport] - Adds Socks4 proxy transport před 2 roky
spi_flash c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' před 3 roky
startup fa97004faf lwip: Support for linux target před 3 roky
tcp_transport 736424c366 [MQTT] Simplifies MQTT CMakeLists file před 3 roky
README.md 88eb4fa6a6 [mocks]: moved mocks dir to tools/ před 4 roky

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.