LICENSE
MANIFEST.in
README.md
pyproject.toml
firestarter/__init__.py
firestarter/address_parser.py
firestarter/avr_tool.py
firestarter/chip_resolver.py
firestarter/cli_handlers.py
firestarter/codec.py
firestarter/config.py
firestarter/constants.py
firestarter/database.py
firestarter/eprom_info.py
firestarter/eprom_operations.py
firestarter/exceptions.py
firestarter/firmware.py
firestarter/frame_parser.py
firestarter/hardware.py
firestarter/ic_layout.py
firestarter/logging_utils.py
firestarter/main.py
firestarter/messages.py
firestarter/serial_comm.py
firestarter/utils.py
firestarter.egg-info/PKG-INFO
firestarter.egg-info/SOURCES.txt
firestarter.egg-info/dependency_links.txt
firestarter.egg-info/entry_points.txt
firestarter.egg-info/requires.txt
firestarter.egg-info/top_level.txt
firestarter/data/chip_database.json
firestarter/data/pinouts.json
tests/test_address_parser.py
tests/test_audit_coverage_matrix.py
tests/test_bug_characterization.py
tests/test_characterization.py
tests/test_chip_resolver.py
tests/test_cli_handlers.py
tests/test_codec.py
tests/test_codec_format_message.py
tests/test_config.py
tests/test_consistency_check.py
tests/test_coverage_floor_v18.py
tests/test_database_conversion.py
tests/test_decoder.py
tests/test_eprom_database.py
tests/test_eprom_info.py
tests/test_eprom_operations.py
tests/test_firmware_install.py
tests/test_fw_version_guard.py
tests/test_fwguard.py
tests/test_hardware.py
tests/test_logging_utils.py
tests/test_revision_constants_parity.py
tests/test_serial_characterization.py
tests/test_serial_comm.py
tests/test_update_version.py
tests/test_utils.py