Component library for ESP32-xx and ESP8266
This product analysis is on the ESP-IDF Components library, which is a collection of components for the Espressif ESP32 ESP-IDF framework and ESP8266 RTOS SDK. Some of these components have been ported from the esp-open-rtos project. The library supports various versions of the ESP-IDF framework and devices including ESP32 and ESP8266.
set(EXTRA_COMPONENT_DIRS <path_to_esp-idf-components>/components)
or with CMake FetchContent.COMPONENTS_DIR := <path_to_esp-idf-components>/components
See GitHub examples or GitLab examples for more information.The ESP-IDF Components library is a collection of component libraries for the ESP32 ESP-IDF framework and ESP8266 RTOS SDK. It supports multiple versions of the frameworks and devices, providing developers with a convenient and efficient way to add functionalities to their ESP32 and ESP8266 projects. The installation process is straightforward, with clear instructions provided in the documentation.