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-12-01 14:49:29 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
465ff85d2bbfe5d1a65d3afadfc7555be7f50b51
esp-idf/examples/build_system/wrappers/CMakeLists.txt

9 lines
367 B
CMake
Raw Normal View History

example: add an example to show how to wrap functions in IDF and bootloader A section in the documentation has also been added to talk about the wrap feature of the linker.
2022-09-07 14:20:00 +08:00
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
change(examples): switch examples to use a minimal build Currently, several example dependencies rely on the fact that all registered components are added to the build, along with components specified in common requirements. This results in longer build times because even unused components must be built. Switch all examples to use idf_minimal_build to compile only the components actually required by the example. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-25 17:10:37 +02:00
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
idf_build_set_property(MINIMAL_BUILD ON)
example: add an example to show how to wrap functions in IDF and bootloader A section in the documentation has also been added to talk about the wrap feature of the linker.
2022-09-07 14:20:00 +08:00
project(wrappers)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 96ms 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