Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

96 lines (72 loc) · 2.54 KB

Changelog

Changelog for the dpdumper utility

[0.4.3] - 2024-09-28

Fix

  • Fix reads with a data bus over 8 bits

Changed

  • Depends on dpdumperlib 0.0.4

Added

  • 'rb' flag to reverse byte order for read and written files

[0.4.2] - 2024-09-19

Changed

  • Reworded some prints when reading and writing ICs

Added

  • 500ms delay after powering up IC, to allow it to settle

[0.4.1] - 2024-09-14

Fixed

  • Pins that are Active-LOW to enable writing on an IC, are now set to high when reading

Added

  • Added optional parameters to write mode so that an arbitrary number of addresses can be skipped at the start or at the end of the address space for writing

Changed

  • Removed warning that writing is untested

[0.4.0] - 2024-08-22

Changed

  • Depends on dupicolib 0.5.0
  • Reading ICs now uses a different protocol that cuts transfer time in roughly half

[0.3.3] - 2024-08-22

Changed

  • Depends on dpdumperlib 0.0.2

[0.3.2] - 2024-08-21

Added

  • Flag to output the Hi-Z mask of every read in binary format

Changed

  • Use upside-down floor division to calculate number of bytes for data entriess and addresses
  • Tool description in argsparse

[0.3.1] - 2024-08-19

Changed

  • Depends on dupicolib 0.4.2
  • Split out some code in dpdumperlib, now depends on version 0.0.1

Removed

  • Example definitions are now moved in the dpdumperlib repo

[0.3.0] - 2024-08-12

Changed

  • Depends on dupicolib 0.4.0

[0.2.1] - 2024-08-12

Changed

  • Require dupicolib 0.3.2
  • Updated requirements

Added

  • Added progress bar to track read/write completion
  • Added warning when using write mode
  • Added print of IC name when reading

[0.1.2] - 2024-08-03

Fixed

  • Fix execution in case the --definition parameter is not passed

[0.1.1] - 2024-08-02

Fixed

  • Actually compare the hw definition required in the TOML files with the current board revision

[0.1.0] - 2024-08-02

Changed

  • Changed the definition format, so that pin mapping is specified on a single entry, and everything else use the normal IC pin numbering

Fixed

  • Some notes in example TOML files were plain wrong

[0.0.3] - 2024-07-29

Changed

  • Depends on dupicolib 0.2.0

Added

  • Print the adapter notes when present, and allow them to be skipped
  • Add timed notice before starting the self-test
  • Read firmware version from board
  • Support different command classes depending on model and fw version

[0.0.2] - 2024-07-26

  • Initial release