File tree 4 files changed +18
-0
lines changed
4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ PKG_NAME =esp32_sdk_mbedtls
2
+ PKG_URL =https://github.com/espressif/mbedtls.git
3
+ PKG_VERSION =98fcfd6d2cea90d306e8fde8e5bffd6087c9cda8
4
+ PKG_LICENSE =Apache-2.0
5
+
6
+ include $(RIOTBASE ) /pkg/pkg.mk
7
+
8
+ all :
9
+ $(QQ ) " $( MAKE) " -C $(PKG_SOURCE_DIR ) -f $(RIOTBASE ) /Makefile.base MODULE=$(PKG_NAME )
Original file line number Diff line number Diff line change
1
+ # This package can only be used with the ESP32 CPU
2
+ FEATURES_REQUIRED += arch_esp32
Original file line number Diff line number Diff line change
1
+ INCLUDES += -I$(PKGDIRBASE)/mbedtls/include
2
+ INCLUDES += -I$(PKGDIRBASE)/mbedtls/include/mbedtls
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @defgroup pkg_esp32_sdk_mbdetls ESP32x SDK Mbed TLS package
3
+ * @ingroup pkg
4
+ * @brief A fork of the Mbed TLS used by the ESP-IDF.
5
+ */
You can’t perform that action at this time.
0 commit comments