mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-15 01:48:20 +08:00
feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user