mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
96d7e0762d
* Removed gpio_types.h as it is already available for Linux in the hal component. * Moved gpio_num.h from tools/mocks to soc component and added missing GPIO pin definitions Closes https://github.com/espressif/esp-idf/issues/12520 |
||
---|---|---|
.. | ||
driver | ||
esp_event | ||
esp_hw_support | ||
esp_netif | ||
esp_partition | ||
esp_timer | ||
esp_wifi | ||
esp-tls | ||
freertos | ||
hal/include/hal | ||
http_parser | ||
lwip | ||
soc/include/soc | ||
spi_flash | ||
startup | ||
tcp_transport | ||
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.