Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-11 21:10:05 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
698fd7abb38c550082d81bf47b51ca8e2fd6a07d
esp-idf/components/freertos/test/CMakeLists.txt

12 lines
582 B
CMake
Raw Normal View History

freertos: move test files to appropriate subfolders
2022-04-20 13:31:49 +02:00
idf_component_register(SRC_DIRS integration/event_groups
integration/queue
integration/stream_buffer
integration/tasks
integration/timers
miscellaneous
performance
port
test: declare requirements and include dirs private
2020-03-22 18:30:24 +08:00
PRIV_INCLUDE_DIRS .
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_system driver 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")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 102ms 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