mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d6c2926933
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.
3 lines
83 B
Makefile
3 lines
83 B
Makefile
# This package can only be used with the ESP32 CPU
|
|
FEATURES_REQUIRED += arch_esp32
|