mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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>
18 lines
228 B
ReStructuredText
18 lines
228 B
ReStructuredText
Tools
|
|
*****
|
|
|
|
.. 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
|