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
720cc883d17a0490d51bf5facfd62811ce30d077
esp-idf/components/pthread/test/CMakeLists.txt

10 lines
355 B
CMake
Raw Normal View History

feat (pthread): reader-writer locks implementation * Added implementation based on cond. variables * Added unit tests Closes https://github.com/espressif/esp-idf/issues/7411
2021-08-27 13:00:10 +08:00
set(sources "test_pthread.c"
"test_pthread_cond_var.c"
"test_pthread_local_storage.c"
"test_pthread_cxx.cpp"
"test_pthread_rwlock.c")
idf_component_register(SRCS ${sources}
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 pthread 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: 46ms 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