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-24 11:19:36 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
4f1159fb0af6cf30191bf0fa2bc14d07b586b3ef
esp-idf/components/esp_https_ota/CMakeLists.txt

12 lines
456 B
CMake
Raw Normal View History

refactor(linux): excluded all non-Linux components from build * All components which won't build (yet) on Linux are excluded. This enables switching to Linux in an application without explicitly setting COMPONENTS to main in the main CMakeLists.txt. * ESP Timer provides headers for Linux now * automatically disabling LWIP in Kconfig if it is not available doc(linux): brought section "Component Linux/Mock Support Overview" up to date
2023-08-28 14:02:08 +08:00
idf_build_get_property(target IDF_TARGET)
if(${target} STREQUAL "linux")
return() # This component is not supported by the POSIX/Linux simulator
endif()
components: use new component registration api
2019-04-28 15:38:23 +08:00
idf_component_register(SRCS "src/esp_https_ota.c"
INCLUDE_DIRS "include"
fix(esp_https_ota): add component dependencies for esp_https_ota component This commit added dependency of esp_bootloader_img and esp_partition for component esp_https_ota. Closes https://github.com/espressif/esp-idf/issues/15680
2025-04-08 15:05:18 +05:30
REQUIRES esp_http_client bootloader_support esp_bootloader_format esp_app_format
esp_event esp_partition
components: use new component registration api
2019-04-28 15:38:23 +08:00
PRIV_REQUIRES log app_update)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 180ms 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