.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
Makefile
README.md
idftool-onedir.spec
idftool.py
idftool.spec
pyproject.toml
.github/workflows/build.yml
.github/workflows/publish.yml
idftool/__init__.py
idftool/__main__.py
idftool/traceback.py
idftool.egg-info/PKG-INFO
idftool.egg-info/SOURCES.txt
idftool.egg-info/dependency_links.txt
idftool.egg-info/entry_points.txt
idftool.egg-info/requires.txt
idftool.egg-info/scm_file_list.json
idftool.egg-info/scm_version.json
idftool.egg-info/top_level.txt
test/README.md
test/conftest.py
test/test_device.py
test/test_offline.py
test/fixtures/README.md
test/fixtures/esp32s3/app-v1.bin
test/fixtures/esp32s3/app-v2.bin
test/fixtures/esp32s3/bootloader.bin
test/fixtures/esp32s3/flash-image.bin
test/fixtures/esp32s3/nvs.csv
test/fixtures/esp32s3/partition-table.bin
test/fixtures/esp32s3/partitions.csv
test/project/.gitignore
test/project/CMakeLists.txt
test/project/README.md
test/project/build_fixtures.sh
test/project/nvs.csv
test/project/partitions.csv
test/project/sdkconfig.defaults
test/project/main/CMakeLists.txt
test/project/main/idf_component.yml
test/project/main/main.c
test/samples/bootloader-template.csv
test/samples/nvs.csv
test/samples/partitions.csv