1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/esp32_sdk_libs/doc.txt
Gunar Schorcht 81727fb1f1 pkg/esp32_sdk_libs: add ESP SDK libraries as package
The vendor binary libraries of ESP-IDF are provided as a separate GIT repository. These libraries are defined as separate package for two reasons: 1. RIOT packages don't support to clone GIT repositories recursively; 2. ESP-IDF pulls a lot of other GIT repositories that are not needed when it is cloned recursively.
2022-01-04 16:34:31 +01:00

7 lines
240 B
Plaintext

/**
* @defgroup pkg_esp32_sdk_libs ESP32 SDK libraries for the ESP32 MCU support
* @ingroup pkg_esp32_sdk
* @brief Vendor SDK libraries for ESP32 MCU support by Espressif
* @see https://github.com/espressif/esp32-wifi-lib
*/