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-10-14 07:45:23 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
d46a2af0bf84202b677412ff901bdd05c76fda74
esp-idf/components/pthread/test/CMakeLists.txt

9 lines
292 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)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 41ms 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