Skip to content

Releases: DuPAL-PAL-DUmper/dupicolib

v0.5.0

08 Sep 17:53
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

[0.5.0] - 2024-09-02

Added

  • Support for CXFER read mode

Still in need of heavy testing

v0.4.2

24 Aug 07:59
Compare
Choose a tag to compare

[0.4.2] - 2024-08-18

Added

  • Added pin '0' toboard pin translation map to indicate an 'NC' pin

[0.4.1] - 2024-08-15

Added

  • Support for OSC_DET command on the dupico

v0.4.0

12 Aug 18:10
Compare
Choose a tag to compare

Changelog

Changelog for dupicolib

[0.4.0] - 2024-08-12

Changed

  • Breaking change, added another layer of abstraction for board command classes, to allow easier virtual commands implementation

Fixed

  • Escaping in FW version check is fixed

[0.3.2] - 2024-08-12

Added

  • Board pin remapping function can now ignore pins, if specified in their translation map, mapping them to negative values

[0.3.1] - 2024-08-06

Changed

  • Reinitialize connection to the board (via DTR) only after the first failed connection attempt

[0.3.0] - 2024-08-04

Changed

  • Make use of the binary protocol only
  • Use DTR when retrying the connection to the board

Removed

  • Removed support for text based protocol

v0.2.0

02 Aug 15:53
Compare
Choose a tag to compare

[0.2.0] - 2024-07-29

Added

  • Support for multiple pin maps depending on model type
  • Logging support during board connection
  • Add code to parse and check fw firmware version
  • Add support multiple command classes depending on hardware version and firmware

Initial release

26 Jul 11:44
Compare
Choose a tag to compare

Initial release of the library