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-08 11:01:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
a40e0936e52ec6d2461e5596f3704219b1a4af90
esp-idf/examples/04_https_request/main/component.mk

11 lines
307 B
Makefile
Raw Normal View History

examples: HTTP request example
2016-09-21 14:57:02 +10:00
#
# Main Makefile. This is basically the same as a component makefile.
#
build system: Refactor component.mk to not need component_common.mk New makefile component_wrapper.mk allows some variables to be set before component.mk is evaluated. This properly fixes problems with sdkconfig being hard to access in all phases of the build. Including component_common.mk is no longer necessary and will print a deprecation warning for components which use it.
2016-11-10 13:20:55 +11:00
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
examples: HTTP request example
2016-09-21 14:57:02 +10:00
build system: Add support for embedded arbitrary binary or text files in .rodata Simplifies examples of embedding a certificate file or a root cert. This is a much cruder mechanism than the full flash filesystem we want eventually, but still sometimes useful.
2016-10-06 12:51:47 +11:00
# embed files from the "certs" directory as binary data symbols
# in the app
COMPONENT_EMBED_TXTFILES := server_root_cert.pem
examples: HTTP request example
2016-09-21 14:57:02 +10:00
Merge branch 'master' into feature/build_component_project_vars
2016-11-14 14:48:10 +11:00
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 41ms 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