esp-idf/tools/mocks
Rocha Euripedes 819dae8008 Merge branch 'feature/mqtt_cmakefile_cleanup' into 'master'
Mqtt:  Cmakelists.txt file simplification.

See merge request espressif/esp-idf!19966
2022-09-21 15:21:07 +08:00
..
driver cmake: remove unused defines from several host test apps 2022-09-20 11:35:45 +02:00
esp-tls [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
esp_event [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
esp_hw_support [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
esp_system/include
esp_timer
freertos [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
hal/include/hal gpio: Fix interrupt lost issue 2022-09-01 16:01:01 +08:00
http_parser [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
lwip [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
soc/include/soc soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
spi_flash spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
tcp_transport [MQTT] Simplifies MQTT CMakeLists file 2022-09-19 09:11:15 +00:00
README.md

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.