aboutsummaryrefslogtreecommitdiff
path: root/src/sequences/common.rs
AgeCommit message (Collapse)Author
2026-05-23Write the QE bit for ISSI partsIan McIntyre
If it's not already set, our quad reads & writes are not going to work.
2025-12-21Consolidate flash algorithm initIan McIntyre
2025-12-13Support ISSI LP and WP configs in one algoIan McIntyre
The configurations and sequences need to vary depending on the connected part. We can determine the part at runtime to vary the config. We could probably do this for all the parts. Maybe I'll try that later.
2025-11-30First commitIan McIntyre