Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.5.0/docs/zh_CN/api-guides/
Dbuild-system-legacy.rst144 .. _minimal-component-makefile:
151 - makefile 所在目录中的所有源文件(``*.c``,``*.cpp``,``*.cc``,``*.S``)将会被编译进组件库中。
155 更完整的组件 makefile 可以查看 `组件 Makefile 示例 <#example-component-makefile>`_。
218 … 这些目标允许您完全覆盖组件的默认编译行为。有关详细信息,请参阅 `完全覆盖组件的 Makefile <#fully-overriding-component-makefile-legacy>`_。
256 - ``make`` 始终从项目目录处运行,并且项目的 makefile 名字通常为 Makefile 。
257 - 项目的 makefile 文件会设置 ``PROJECT_NAME`` ,并且可以自定义其他可选的项目变量。
258 - 项目 makefile 文件会导入 ``$(IDF_PATH)/make/project.mk`` ,该文件中会导入项目级的 Make 逻辑。
259 - ``project.mk`` 填写默认的项目级 make 变量,并导入项目配置中的 make 变量。如果生成的包含项目配置的 makefile 文件已经过期,那么它将会被重新生成(通过 ``p…
261 …t_project_vars.mk`` 被导入 ``project.mk`` 文件中。如果这些文件有缺失或者过期,他们会被重新生成(通过对组件 makefile 的递归调用),然后 make 进程…
263 - 默认情况下,项目 makefile 还为每个组件生成顶层的编译和清理目标,并设置 app 和 clean 目标来调用所有这些子目标。
[all …]
Dulp-legacy.rst34 2. 修改组件 makefile,添加下列参数::
/hal_espressif-3.5.0/tools/find_build_apps/
Dmake.py60 with open(makefile_path, 'r') as makefile:
61 makefile_content = makefile.read()
/hal_espressif-3.5.0/tools/kconfig/
Dstreamline_config.pl295 foreach my $makefile (@makefiles) {
300 open(my $infile, '<', $makefile) || die "Can't open $makefile";
/hal_espressif-3.5.0/tools/cmake/
Dconvert_to_cmake.py15 def get_make_variables(path, makefile='Makefile', expected_failure=False, variables={}): argument
25 cmdline = ['make', '-rpn', '-C', path, '-f', makefile] + variable_setters
/hal_espressif-3.5.0/docs/en/api-guides/
Dbuild-system-legacy.rst73 …de make variables. It includes the core ``$(IDF_PATH)/make/project.mk`` makefile which implements …
83 Component directories contain a component makefile - ``component.mk``. This may contain variable de…
151 - All source files in the same directory as the makefile (``*.c``, ``*.cpp``, ``*.cc``, ``*.S``) wi…
155 See `example component makefiles`_ for more complete component makefile examples.
256 - "make" is always run from the project directory and the project makefile, typically named Makefil…
257 - The project makefile sets ``PROJECT_NAME`` and optionally customises other `optional project vari…
258 - The project makefile includes ``$(IDF_PATH)/make/project.mk`` which contains the project-level Ma…
259 …ncludes make variables from the project configuration. If the generated makefile containing projec…
261 … date, they are regenerated (via a recursive make call to the component makefile) and then the mak…
263 - By default, the project makefile also generates top-level build & clean targets for each componen…
[all …]
Dulp-legacy.rst35 2. Modify the component makefile, adding the following::
/hal_espressif-3.5.0/examples/system/unit_test/
DREADME.md32 …. `test` directory contains source files of the tests and the component makefile (component.mk / C…
40 * component.mk / CMakeLists.txt - Component makefile of tests
42 * component.mk / CMakeLists.txt - Component makefile
46 …ded. Test project includes the tests by setting `TEST_COMPONENTS` variable in the project makefile.
/hal_espressif-3.5.0/tools/ci/
Dbuild_example_dirs.txt1 # Each line specifies the location of project makefile, and the corresponding
/hal_espressif-3.5.0/components/bootloader/subproject/
DMakefile6 $(error Bootloader makefile expects to be run as part of 'make bootloader' from a top-level project…
/hal_espressif-3.5.0/make/
Dproject_config.mk98 --output makefile $(SDKCONFIG_MAKEFILE) \
/hal_espressif-3.5.0/components/log/
DREADME.rst66 At component scope, define it in the component makefile:
/hal_espressif-3.5.0/components/freertos/port/xtensa/
Dreadme_xtensa.txt197 using the BLDROOT variable. Note that this makefile will invoke the
198 FreeRTOS library build makefile automatically, passing on the relevant
368 board. See the example makefile for usage.
/hal_espressif-3.5.0/components/freertos/
DHistory.txt1735 + Minor modifications to the MCF52233 makefile to permit it to be used
1995 + Added -fomit-frame-pointer option to lwIP SAM7X demo makefile.
2081 also. The makefile has also been modified to allow debugging.
2148 + Changed the WinAVR makefile to make chars signed - needed for the
2197 this end include the addition of a standard makefile and linker script to
2201 + Corrected the capitalisation of some header file includes and makefile
2699 The makefile and buildcoff.bat files included with the AVR demo application