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-04 00:51:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
e37dcaa92ffba4ee0af1e1858ae5ff4861b51dce
esp-idf/components/touch_element/CMakeLists.txt

12 lines
358 B
CMake
Raw Normal View History

touch_sensor: make touch_element compile on esp32s3 Closes: https://github.com/espressif/esp-idf/issues/9292
2022-07-28 12:19:07 +08:00
set(TOUCH_ELEMENT_COMPATIBLE_TARGETS "esp32s2" "esp32s3")
if(IDF_TARGET IN_LIST TOUCH_ELEMENT_COMPATIBLE_TARGETS)
touch_element: add new touch library component
2020-12-30 11:57:59 +08:00
idf_component_register(SRCS "touch_element.c"
"touch_button.c"
"touch_slider.c"
"touch_matrix.c"
INCLUDE_DIRS 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
REQUIRES driver
PRIV_REQUIRES esp_timer)
touch_element: add new touch library component
2020-12-30 11:57:59 +08:00
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 150ms Template: 2ms
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