oxidecomputer / oxidecomputer/transceiver-control
Want tool to read entire memory map for a module to a file, and back from a file
@bnaecker is already working on this.
Since Feb 22, 2025.
- Dominant language
- Rust
- Stars
- 9
- Forks
- 0
- Avg merge
- 57m
- Merged PRs (30d)
- 3
Description
As part of discovering #339, we realized we've not been recording things like the spec revision compliance for past modules we've qualified. We put all the data we think is relevant in some tables for those qualified parts, but it's hard to keep that table up to date as we discover new fields that are now relevant. Rather than keeping it up to date, it'd be great to save the entire memory map to a file so that we can refer to it later. But to make sense of that, we probably also want to have a way to read back the memory map and interpret it from that same file.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.