Skip to content

Commit d4a22dc

Browse files
committed
Bumpversion to 1.3.2
1 parent 287d87b commit d4a22dc

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ All versions in this changelog have two entries: ``driver`` and ``firmware``. Th
66
have the same version, as communication protocol might change between versions. In the firmware/driver there
77
is a safeguard to prevent miscommunication.
88

9+
Version 1.3.2
10+
=============
11+
12+
An error in ``stepgen`` has been resolved in this version. Upgrading from version 1.3.0 or 1.3.1 to this version
13+
requires re-compilation of the firmware and re-installation of the drivers.
14+
15+
* ``firmware``:
16+
17+
* ``stepgen``: config on the stepgen was not correctly stored on the FPGA, hence the defined stepgens
18+
were not detected by the driver and with more then 3 stepgens errors were generated if encoders were
19+
also defined in the configuration.
20+
21+
* ``driver``:
22+
23+
* ``stepgen``: when using 3, 7 , 11, and so on stepgens, the ``encoder`` module would fail.
24+
25+
26+
927
Version 1.3.1
1028
=============
1129

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "litexcnc"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX"
55
authors = [
66
{ name = "Peter van Tol", email = "petertgvantol@gmail.com" },

0 commit comments

Comments
 (0)