mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
It is needed in the future to implement WPA3. In that case ESP-IDF uses crypto and tls from mbedtls.
10 lines
275 B
Makefile
10 lines
275 B
Makefile
PKG_NAME=esp32_sdk_mbedtls
|
|
PKG_URL=https://github.com/espressif/mbedtls.git
|
|
PKG_VERSION=98fcfd6d2cea90d306e8fde8e5bffd6087c9cda8
|
|
PKG_LICENSE=Apache-2.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
|