summaryrefslogtreecommitdiff
path: root/doc/openOCD.md
AgeCommit message (Collapse)Author
2021-12-30Improved "Getting Started" readabilityEli Weiss
Clarified ambiguous references, clarified phrasing
2021-12-30Improved documentation readabilityEli Weiss
Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
2021-01-19Fix config file discrepancyMichael Potter
Fixes a discrepancy with config file naming. The config files it tells you to create end in ocd, but the example flash command uses a filename ending in cfg
2020-09-28Fix typoJF
2020-09-28Add doc : using OpenOCD and STLinkV2 to flash the firmwareJF002