Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
401c10ecfb19d1d5ded87c935fc4227d71df2cef
esp-idf/components/esp_timer/test/CMakeLists.txt

5 lines
226 B
CMake
Raw Normal View History

esp32: add implementation of esp_timer based on TG0 LAC timer Closes: IDF-979
2020-02-06 14:00:18 +08:00
idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "../private_include"
global: add dependency on esp_timer component and include esp_timer.h Some components were including esp_timer.h without declaring a dependency on esp_timer component. This used to work due to a transitive public dependency on esp_timer from freertos component. Add explicit dependencies where needed. Also some source files were using esp_timer functions without including the header file. This used to work because esp_timer.h was included from freertos port header file. This commit adds esp_timer.h includes where needed.
2022-04-16 11:32:22 +02:00
PRIV_REQUIRES cmock test_utils esp_timer)
build system: re-add -Wno-format as private flag for some components
2022-01-31 19:45:31 +01:00
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 74ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API