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
fixes
esp-idf/examples/protocols/https_request/main/CMakeLists.txt

8 lines
399 B
CMake
Raw Permalink Normal View History

cmake: make main a component again
2018-09-11 09:44:12 +08:00
# Embed the server root certificate into the final binary
#
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
feature: Checking Certificate Expiry
2021-09-24 13:27:06 +05:30
idf_component_register(SRCS "https_request_example_main.c" "time_sync.c"
INCLUDE_DIRS "include"
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-tls esp_wifi esp_timer nvs_flash
https_request_example: Use local python server to test client session tickets Update example test to test the client session tickets Check for minimum heap info in the example test.
2021-11-12 15:48:53 +05:30
EMBED_TXTFILES server_root_cert.pem local_server_cert.pem)
Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 552ms 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