aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-23Relax AHB start address alignment limitationIan McIntyre
Without this, unaligned AHB reads may return questionable data. This seems to make a difference on 1000 series MCUs; without it, the taget-gen test reliably fail on 1010 and 1040 MCUs. Not sure why the 1100 series can get away without it.
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.
2026-02-01Remove unused imxrt-rt patchIan McIntyre
2026-02-01Remove custom smoke tests for target-gen testIan McIntyre
2026-02-01Add 1040evk target-gen testIan McIntyre
2025-12-21Add 1010evk target-gen testIan McIntyre
2025-12-21Add 1160evk target-gen test supportIan McIntyre
2025-12-21Consolidate flash algorithm initIan McIntyre
2025-12-20Remove deinitialize, flash resetIan McIntyre
2025-12-20Add target-gen test support for 1170 targetsIan McIntyre
2025-12-17Configure FlexSPI1 pins on 11xx MCUsIan McIntyre
2025-12-13Disable defmt, RTT, in flash algorithmsIan McIntyre
Typical users won't be able to decode the messages without the ELF, so there's little reason to include the log messages.
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-30Fix speed claim in READMEIan McIntyre
2025-11-30First commitIan McIntyre