Merge branch 'docs/remove_duplication_in_build_system_docs' into 'master'

fix(docs/build_system): Remove duplication about project_include.cmake usage

See merge request espressif/esp-idf!27084
This commit is contained in:
Sudeep Mohanty 2023-11-11 15:32:32 +08:00
commit 526aa01154
2 changed files with 0 additions and 4 deletions

View File

@ -709,8 +709,6 @@ This is an equivalent to ``project_include.cmake`` for :ref:`component-configura
Take care when adding configuration values in this file, as they will be included across the entire project configuration. Where possible, it's generally better to create a KConfig file for :ref:`component-configuration`.
``project_include.cmake`` files are used inside ESP-IDF, for defining project-wide build features such as ``esptool.py`` command line arguments and the ``bootloader`` "special app".
Wrappers to Redefine or Extend Existing Functions
-------------------------------------------------

View File

@ -709,8 +709,6 @@ KConfig.projbuild
在此文件中添加配置时要小心,因为这些配置会包含在整个项目配置中。在可能的情况下,请为 :ref:`component-configuration` 创建 KConfig 文件。
``project_include.cmake`` 文件在 ESP-IDF 内部使用,以定义项目范围内的构建功能,比如 ``esptool.py`` 的命令行参数和 ``bootloader`` 这个特殊的应用程序。
通过封装对现有函数进行重新定义或扩展
-------------------------------------