Add HIL I2C component spreadsheet generator#338
Open
tyeth-ai-assisted wants to merge 3 commits into
Open
Conversation
Generate hil_i2c_components.xlsx from Wippersnapper_Components i2c definitions: component matrix, mux layout, address conflicts, and test fixtures. - Single TCA9548A @ 0x77 (8ch) by default; second TCA9544A @ 0x71 (4ch) is opt-in via --dual-mux. - Per-address jumper actions sourced from i2c_address_jumper_info.json. - Includes the current generated workbook. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Give the "NO" Published cell a strong amber fill + bold text so unpublished components stand out from the faint row tint. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Apply the same amber + bold emphasis to the "no" Published cells in the HIL Mux Layout linear export table, matching the Component Matrix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
generate_hil_spreadsheet.py, which builds a hardware-in-the-loop (HIL) testing spreadsheet from thecomponents/i2c/*/definition.jsondefinitions.Output —
hil_i2c_components.xlsx(4 sheets)Notes
--dual-mux(two muxes aren't driven at once in practice). With it off,0x71is treated as a normal usable address.i2c_address_jumper_info.json(drives the "Jumper Setting" column, e.g.A0:1,ADDR:VDD,SDO:GND).🤖 Generated with Claude Code