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-15 15:00:02 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
cc1eb81b2e16c09cf93d16cfbc0848b22e0ebff8
esp-idf/components/esp_https_ota/CMakeLists.txt

7 lines
271 B
CMake
Raw Normal View History

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"
Merge branch 'bugfix/CMake_esp_https_ota_dependencies' into master components/esp_https_ota: Changes in public requirement list for CMake and esp_ota_ops.h is included in esp_https_ota.c bootloader_support is added in public requirements of CMake bootloader_common.h is included in esp_https_ota.h Closes https://github.com/espressif/esp-idf/issues/4198 Closes IDFGH-2066
2019-10-14 17:56:21 -03:00
REQUIRES esp_http_client bootloader_support
components: use new component registration api
2019-04-28 15:38:23 +08:00
PRIV_REQUIRES log app_update)
build system: re-add -Wno-format as private flag for some components
2022-01-31 19:45:31 +01:00
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 193ms 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