1. Dec 05, 2021
  2. Nov 21, 2021
  3. Nov 20, 2021
  4. Sep 30, 2021
  5. Sep 29, 2021
  6. Sep 28, 2021
  7. Sep 26, 2021
  8. Jun 29, 2021
  9. May 28, 2021
  10. May 26, 2021
  11. May 11, 2021
  12. May 10, 2021
  13. May 08, 2021
  14. May 07, 2021
  15. May 05, 2021
  16. May 04, 2021
    • Jeff Epler's avatar
      Add --dbname# commandline argument · 32f823b2
      Jeff Epler authored
      This can be used to improve the output of `--readhmid` by specifying
      daughtercards that are attached at each header.
      
      For example, `mesaflash --device 5i25 --dbname1 7i76`
      32f823b2
    • Jeff Epler's avatar
      Remove files needed only for Windows · 8dfaba0b
      Jeff Epler authored
      I asked Peter whether building mesaflash on Windows was important to him, and
      he said he has not used it for a long time.
      
      I don't like carrying these files, especially the binary files without clear
      links to their source.  So let's remove them.
      
      (These files also wouldn't be suitable for modern 64-bit versions of Windows,
      which would be virtually any current system.)
      8dfaba0b
    • Jeff Epler's avatar
      Enable more diagnostics as fatal errors · 5dfed431
      Jeff Epler authored
      5dfed431
    • Jeff Epler's avatar
      Use unsigned for some values · 555269dd
      Jeff Epler authored
      .. this simplifies error checking, and fixes a diagnostic about
      comparing signed and unsigned numbers.
      555269dd