Skip to content

Commit

Permalink
Bumpversion to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-van-Tol committed Jan 13, 2025
1 parent 287d87b commit d4a22dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ All versions in this changelog have two entries: ``driver`` and ``firmware``. Th
have the same version, as communication protocol might change between versions. In the firmware/driver there
is a safeguard to prevent miscommunication.

Version 1.3.2
=============

An error in ``stepgen`` has been resolved in this version. Upgrading from version 1.3.0 or 1.3.1 to this version
requires re-compilation of the firmware and re-installation of the drivers.

* ``firmware``:

* ``stepgen``: config on the stepgen was not correctly stored on the FPGA, hence the defined stepgens
were not detected by the driver and with more then 3 stepgens errors were generated if encoders were
also defined in the configuration.

* ``driver``:

* ``stepgen``: when using 3, 7 , 11, and so on stepgens, the ``encoder`` module would fail.



Version 1.3.1
=============

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "litexcnc"
version = "1.3.1"
version = "1.3.2"
description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX"
authors = [
{ name = "Peter van Tol", email = "[email protected]" },
Expand Down

0 comments on commit d4a22dc

Please sign in to comment.