• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

driver/11-Mar-2024-3226

esp_hw_support/include/11-Mar-2024-3010

esp_system/include/11-Mar-2024-5717

esp_timer/11-Mar-2024-2016

freertos/11-Mar-2024-5546

hal/include/hal/11-Mar-2024-153108

spi_flash/11-Mar-2024-3427

README.mdD11-Mar-2024778 63

README.md

1# Mocked Components
2
3All components in this directory mock their respective originals in the [component directory](../../components). 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.
4
5Some 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.
6