LICENSE
MANIFEST.in
README.md
pyproject.toml
firestarter/__init__.py
firestarter/address_parser.py
firestarter/avr_tool.py
firestarter/chip_resolver.py
firestarter/chip_test.py
firestarter/cli_handlers.py
firestarter/codec.py
firestarter/config.py
firestarter/constants.py
firestarter/database.py
firestarter/diagnostic_report.py
firestarter/eprom_info.py
firestarter/eprom_operations.py
firestarter/exceptions.py
firestarter/firmware.py
firestarter/frame_parser.py
firestarter/frame_vectors.py
firestarter/hardware.py
firestarter/ic_layout.py
firestarter/logging_utils.py
firestarter/main.py
firestarter/messages.py
firestarter/serial_comm.py
firestarter/submit.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_boot_block_hint.py
tests/test_bug_characterization.py
tests/test_build_db_inclusion.py
tests/test_characterization.py
tests/test_check_devtest_orchestrator.py
tests/test_check_dispatch_invariants.py
tests/test_check_no_community_support_status_write.py
tests/test_chip_resolver.py
tests/test_chip_test.py
tests/test_cli_handlers.py
tests/test_cobs.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_dev_test_cmd.py
tests/test_diagnostic_report.py
tests/test_diff_db_gate.py
tests/test_dispatch_mirror.py
tests/test_eprom_database.py
tests/test_eprom_info.py
tests/test_eprom_operations.py
tests/test_error_code_seam.py
tests/test_even_block.py
tests/test_extra_chips_supplement.py
tests/test_firmware_install.py
tests/test_frame_vectors.py
tests/test_fw_version_guard.py
tests/test_fwguard.py
tests/test_gen_test_image.py
tests/test_gen_validation_header.py
tests/test_hardware.py
tests/test_ic_layout.py
tests/test_logging_utils.py
tests/test_matrix_artifact.py
tests/test_matrix_schema.py
tests/test_parse_devtest_issue.py
tests/test_protocol_not_implemented.py
tests/test_protocol_not_implemented_production_path.py
tests/test_provenance.py
tests/test_revision_constants_parity.py
tests/test_serial_characterization.py
tests/test_serial_comm.py
tests/test_submit.py
tests/test_update_version.py
tests/test_utils.py
tests/test_val_wire_5v_page.py
tests/test_val_wire_eeprom28c.py
tests/test_val_wire_eprom.py
tests/test_val_wire_flash_intel.py
tests/test_val_wire_nor_unlock.py
tests/test_val_wire_sram.py
tests/test_validate_family_cmd.py
tests/test_validate_oracle.py
tests/test_variant_decode_evidence_stability.py