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-03 16:41:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
ba3f47efd67a645c78b0e2d63eaba1ba0fa71cfd
esp-idf/components/esp_adc_cal/CMakeLists.txt

9 lines
233 B
CMake
Raw Normal View History

Merge branch 'master' into feature/esp32s2beta_update
2019-08-08 13:44:24 +10:00
# TODO esp32s2beta: Use require_idf_targets here
build and link hello-world for esp32s2beta
2019-06-06 10:57:29 +08:00
if(IDF_TARGET STREQUAL "esp32s2beta")
return()
endif()
cmake: Remove defaults for COMPONENT_SRCDIRS, COMPONENT_SRCS, COMPONENT_ADD_INCLUDEDIRS * Philosophical: "explicit is better than implicit". * Practical: Allows useful errors if invalid directories given in components as the defaults aren't always used. Also trims the -I path from a number of components that have no actual include directory. * Simplifies knowing which components will be header-only and which won't
2018-01-19 16:22:08 +11:00
components: use new component registration api
2019-04-28 15:38:23 +08:00
idf_component_register(SRCS "esp_adc_cal.c"
INCLUDE_DIRS "include"
REQUIRES driver)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 36ms 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