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-21 17:59:40 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
dd178016b2764cb310d88a60f6ac4ffb33bd29c0
esp-idf/examples/protocols/esp_local_ctrl/main/CMakeLists.txt

5 lines
243 B
CMake
Raw Normal View History

test, examples: use new component registration function
2020-03-22 17:34:18 +08:00
idf_component_register(SRCS "app_main.c" "esp_local_ctrl_service.c"
INCLUDE_DIRS "."
change(examples): explicitly specify component dependencies for examples Currently, several examples do not explicitly state their component dependencies, relying instead on the default behavior that includes all registered components and commonly required ones in the build. Explicitly adding component dependencies can reduce build time when set(COMPONENTS main) is used. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-24 14:22:10 +02:00
PRIV_REQUIRES esp_local_ctrl nvs_flash
esp_https_server: API cleanup
2022-01-25 10:03:31 +05:30
EMBED_TXTFILES "certs/servercert.pem" "certs/prvtkey.pem")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 346ms Template: 3ms
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