Files
esp-idf/docs/zh_CN/api-guides/tools/index.rst
Ivan Grokhotkov 16275df0a1 feat: add idf.py build-file command for standalone C files
Add a new idf.py extension that allows building standalone C files
without requiring full project boilerplate. Source files can include
optional YAML frontmatter in block comments to specify sdkconfig
options, component dependencies, and target configuration.

When the frontmatter configuration changes, the stale sdkconfig is
removed so the new defaults are applied, and a target change also
clears the build directory since IDF_TARGET is pinned in the CMake
cache.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 22:04:41 +02:00

18 lines
229 B
ReStructuredText

工具
*****
.. toctree::
:maxdepth: 1
idf-py
idf-monitor
idf-docker-image
idf-component-manager
idf-clang-tidy
idf-tools
idf-size
idf-sbom
idf-diag
idf-build-file
:TARGET_SUPPORT_QEMU: qemu