Home
last modified time | relevance | path

Searched refs:reconfigure (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.5.0/tools/ci/
Dtest_build_system_cmake.sh125 idf.py reconfigure >> log.log || failure "Failed to build"
149 idf.py reconfigure || failure "Failed to use IDF_VERSION_MAJOR in component CMakeLists.txt"
155 idf.py reconfigure &> log.log || failure "Failed to build"
338 idf.py reconfigure > /dev/null
351 idf.py reconfigure > /dev/null
372 idf.py -DIDF_TARGET=$other_target reconfigure || failure "Failed to set target via idf.py"
379 …idf.py reconfigure -DIDF_TARGET=$other_target || failure "Failed to set target via idf.py subcomma…
399 idf.py reconfigure || failure "Failed to reconfigure after fullclean"
407 …idf.py reconfigure || failure "Failed to reconfigure with default target set in sdkconfig.defaults"
419 …idf.py reconfigure || failure "Failed to reconfigure with default target set in sdkconfig.defaults…
[all …]
/hal_espressif-3.5.0/docs/en/api-guides/tools/
Didf-component-manager.rst19 … the components in the project it's necessary to reconfigure it manually by running ``idf.py recon…
25 When CMake configures the project (e.g. ``idf.py reconfigure``) component manager does a few things:
31 …ified it's possible to re-run the component manager by triggering CMake with ``idf.py reconfigure``
/hal_espressif-3.5.0/tools/unit-test-app/
Didf_ext.py84 reconfigure = base_actions['actions']['reconfigure']['callback']
85 reconfigure(None, ctx, args)
/hal_espressif-3.5.0/tools/idf_py_actions/
Dcore_ext.py177 def reconfigure(action, ctx, args): function
521 'callback': reconfigure,
/hal_espressif-3.5.0/docs/zh_CN/api-guides/
Dbuild-system.rst103 …`idf.py reconfigure`` 命令会重新运行 CMake_ (即便无需重新运行)。正常使用时,并不需要运行此命令,但当源码树中添加/删除文件后或更改 CMake cache 变量时,…
367 .. 注解:: 如果在现有项目中通过将组件移动到一个新位置来覆盖它,项目不会自动看到新组件的路径。请运行 ``idf.py reconfigure`` 命令后(或删除项目构建文件夹)再重新构建。
1088 3. 根据选择的“目标”芯片配置项目 (``idf.py -DIDF_TARGET=esp32 reconfigure``)
1429 如果是自己添加的源文件,这种折衷还是可以接受的,因为用户可以触发一次干净的构建,或者运行 ``idf.py reconfigure`` 来手动重启 CMake_。但是,如果你需要与其他使用 Git …
1437 - 如果没有使用 Git,请记住在源文件发生变化时手动运行 ``idf.py reconfigure``。
1447 …它构建系统中,CMake 在构建的过程中会在 ``build/`` 目录下生成大量元数据文件。运行 ``cmake`` 或 ``idf.py reconfigure`` (或任何其它 ``idf.…
/hal_espressif-3.5.0/examples/build_system/cmake/component_manager/
DREADME.md12 Run `idf.py reconfigure` to configure this project. During CMake execution the component manager wi…
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Dtimer.rst57 To reconfigure the timer, you can call :cpp:func:`timer_init`. This function is described in Sectio…
59 You can also reconfigure the timer by using dedicated functions to change individual settings:
Dtwai.rst464 The following code snippet demonstrates how to reconfigure and read TWAI driver alerts via the use …
477 printf("Failed to reconfigure alerts");
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dsleep_modes.rst89 …p will be configured as RTC IO. Before using this pad as digital GPIO, reconfigure it using ``rtc_…
105 …ill be configured as RTC IO. Before using these pads as digital GPIOs, reconfigure them using ``rt…
/hal_espressif-3.5.0/docs/en/api-guides/
Dbuild-system.rst103reconfigure`` re-runs CMake_ even if it doesn't seem to need re-running. This isn't necessary duri…
367 …roject will not automatically see the new component path. Run ``idf.py reconfigure`` (or delete th…
1084 3. configuring the project with the new target (``idf.py -DIDF_TARGET=esp32 reconfigure``)
1425 …e file yourself, because you can trigger a clean build or run ``idf.py reconfigure`` to manually r…
1433 - If not using Git, remember to manually run ``idf.py reconfigure`` whenever a source file may chan…
1443 …ild/`` directory. To regenerate these files, run ``cmake`` or ``idf.py reconfigure`` (or any other…
Dbootloader.rst49 … supported. When the :ref:`second-stage-bootloader` then runs, it will reconfigure the flash using…
/hal_espressif-3.5.0/docs/en/get-started-legacy/
Dindex.rst414 …ng ``make`` allowing users to **override arguments without the need to reconfigure them using** ``…