mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
esp32: add implementation of esp_timer based on TG0 LAC timer
Closes: IDF-979
This commit is contained in:
committed by
Angus Gratton
parent
67b0a79167
commit
739eb05bb9
@@ -13,7 +13,6 @@ if(IDF_TARGET STREQUAL "esp32s2")
|
||||
|
||||
add_dependencies(${COMPONENT_LIB} esp32s2_test_logo)
|
||||
|
||||
idf_build_set_property(COMPILE_DEFINITIONS "-DESP_TIMER_DYNAMIC_OVERFLOW_VAL" APPEND)
|
||||
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u ld_include_test_dport_xt_highint5")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user