.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
Makefile
README.rst
VERSION
VERSION.license
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/codeql.yml
.github/workflows/publish.yml
.github/workflows/push.yml
.reuse/dep5
LICENSES/MIT.txt
LICENSES/Unlicense.txt
circfirm/__init__.py
circfirm/py.typed
circfirm/startup.py
circfirm.egg-info/PKG-INFO
circfirm.egg-info/SOURCES.txt
circfirm.egg-info/dependency_links.txt
circfirm.egg-info/entry_points.txt
circfirm.egg-info/requires.txt
circfirm.egg-info/top_level.txt
circfirm/backend/__init__.py
circfirm/backend/cache.py
circfirm/backend/device.py
circfirm/backend/github.py
circfirm/backend/s3.py
circfirm/cli/__init__.py
circfirm/cli/about.py
circfirm/cli/cache.py
circfirm/cli/config.py
circfirm/cli/current.py
circfirm/cli/install.py
circfirm/cli/query.py
circfirm/cli/update.py
circfirm/templates/settings.yaml
circfirm/templates/settings.yaml.license
docs/conf.py
docs/index.rst
docs/index.rst.license
docs/commands/cache.rst
docs/commands/config.rst
docs/commands/current.rst
docs/commands/install.rst
docs/commands/query.rst
docs/commands/update.rst
docs/examples/update_many.rst
docs/examples/weekly_cache.rst
docs/infrastructure/ci.rst
docs/infrastructure/codecheck.rst
docs/infrastructure/docs.rst
docs/infrastructure/license.rst
docs/infrastructure/tests.rst
examples/bash/update_many.sh
examples/bash/weekly_cache.sh
examples/powershell/update_many.ps1
examples/powershell/weekly_cache.ps1
scripts/rmdir.py
tests/conftest.py
tests/helpers.py
tests/test_startup.py
tests/assets/boot_out.txt
tests/assets/info_uf2.txt
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-en_US-7.0.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-en_US-7.1.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-en_US-7.2.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-fr-7.0.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-fr-7.1.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-fr-7.2.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-zh_Latn_pinyin-7.0.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-zh_Latn_pinyin-7.1.0.uf2
tests/assets/firmwares/feather_m0_express/adafruit-circuitpython-feather_m0_express-zh_Latn_pinyin-7.2.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-en_US-7.0.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-en_US-7.1.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-en_US-7.2.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-fr-7.0.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-fr-7.1.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-fr-7.2.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-zh_Latn_pinyin-7.0.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-zh_Latn_pinyin-7.1.0.uf2
tests/assets/firmwares/feather_m4_express/adafruit-circuitpython-feather_m4_express-zh_Latn_pinyin-7.2.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-en_US-7.0.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-en_US-7.1.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-en_US-7.2.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-fr-7.0.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-fr-7.1.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-fr-7.2.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-zh_Latn_pinyin-7.0.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-zh_Latn_pinyin-7.1.0.uf2
tests/assets/firmwares/pygamer/adafruit-circuitpython-pygamer-zh_Latn_pinyin-7.2.0.uf2
tests/assets/responses/full_list.txt
tests/assets/responses/full_list.txt.license
tests/assets/responses/specific_board.txt
tests/assets/responses/specific_board.txt.license
tests/backend/test_backend_cache.py
tests/backend/test_backend_device.py
tests/backend/test_backend_github.py
tests/backend/test_backend_s3.py
tests/cli/test_cli_about.py
tests/cli/test_cli_cache.py
tests/cli/test_cli_config.py
tests/cli/test_cli_current.py
tests/cli/test_cli_install.py
tests/cli/test_cli_query.py
tests/cli/test_cli_update.py