esp-idf/tools/mocks
Jakob Hasse bfbbd9d790 feat(freertos): Added FreeRTOS POSIX/Linux Simulator
* Added port layer from the FreeRTOS POSIX port, added
  additional port code for ESP-IDF.
* Created another hello world example using that POSIX
  port in tools/test_apps.
* Removed old linux app
2022-09-27 16:23:54 +02: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 feat(freertos): Added FreeRTOS POSIX/Linux Simulator 2022-09-27 16:23:54 +02:00
hal/include/hal
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
spi_flash
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.