feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls

This commit is contained in:
yuanjm
2020-03-02 14:46:45 +08:00
parent c4f549dbc1
commit 514bca61f4
60 changed files with 2192 additions and 2230 deletions

View File

@@ -154,7 +154,7 @@ function(__build_init idf_path)
endforeach()
# Set components required by all other components in the build
set(requires_common newlib freertos heap log lwip util)
set(requires_common newlib freertos heap log lwip)
idf_build_set_property(__COMPONENT_REQUIRES_COMMON "${requires_common}")
__build_get_idf_git_revision()