Enable platform support for esp-idf v5.0.1 (#2050)

This commit is contained in:
dongheng
2023-03-23 17:29:57 +08:00
committed by GitHub
parent db2a4104b3
commit d975a1a82c
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ endif()
idf_component_register(SRCS ${WAMR_RUNTIME_LIB_SOURCE} ${PLATFORM_SHARED_SOURCE}
INCLUDE_DIRS ${IWASM_DIR}/include ${UTILS_SHARED_DIR} ${PLATFORM_SHARED_DIR} ${PLATFORM_SHARED_DIR}/../include
REQUIRES pthread
REQUIRES pthread lwip esp_timer
)