feat: Update mbedtls to 1d34215a which is behind mbedtls-3.6.3 on branch mbedtls-3.6.3-idf

This commit is contained in:
Xu Chun Guang
2025-04-15 17:04:53 +08:00
parent 2cfa9d40c2
commit 0f71f1c583
154 changed files with 30305 additions and 677 deletions

View File

@@ -0,0 +1,10 @@
#
# Component Makefile
#
ifdef CONFIG_MBEDTLS_V2
include $(IDF_PATH)/components/mbedtls/mbedtls_v2/component.mk
endif
ifdef CONFIG_MBEDTLS_V3
include $(IDF_PATH)/components/mbedtls/mbedtls_v3/component.mk
endif