Python library for CI/CD of ESP-IDF projects. Currently at version 1.1.0, released with a monthly cadence. Provides tools to automate building, testing, and deployment for ESP-IDF firmware.
pip install idf-ciNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Build an ESP-IDF project and flash it to a device.
Run `. $HOME/esp/esp-idf/export.sh` before executing scripts.
Replace imports from `idf_ci.Builder` to `idf_ci.IDFBuild`.
Ensure you are using a UART serial connection. For JTAG, use esptool.py directly.
No dependency data recorded yet.