This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2025-01-18 10:12:45 +01:00
Code
Releases
Activity
055a26d9d2
RIOT
/
pkg
/
esp32_sdk
/
Makefile.include
4 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
pkg/esp32_sdk: upgrade to ESP-IDF v4.4
2022-02-01 20:58:14 +01:00
export
ESP32_SDK_DIR
?=
$(
PKGDIRBASE
)
/esp32_sdk
pkg/esp32_sdk: add ESP32 SDK without 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.
2021-12-30 10:18:24 +01:00
PSEUDOMODULES
+=
esp32_sdk
Copy Permalink