Skip to content

Commit

Permalink
Prepare release v1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-van-Tol committed Sep 19, 2023
1 parent 74773bf commit d38ad88
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@
Changelog
=========

All versions in this changelog have two entries: ``dirver`` and ``firmware``. The firmware and driver should
All versions in this changelog have two entries: ``driver`` and ``firmware``. The firmware and driver should
have the same version, as communication protocol might change between versions. In the firmware/driver there
is a safeguard to prevent miscommunication.

Version 1.0.2
=============

On some systems the communication to the FPGA failed. This was due to the package header of the read request
being partly overwritten by another function (buffer overflow). Thanks to OJthe123 this bug has been identified
and tracked to its origins.

* ``driver``:

* Resolved buffer-overflow error in ``litexcnc.c``.

Version 1.0.1
=============

Expand Down Expand Up @@ -38,10 +49,6 @@ First release!
* Supported modules: ``gpio``, ``pwm``, ``stepgen``, ``encoder``;
* Supported cards: ``5A-75B``, ``5A-75E``


Previous test-releases
======================

Several test releases have been made with increasing functionality and several bug-fixes. These versions have
now been superseeded by the v1.0-releases of Litex-CNC. These pre-releases differ significantly in setup and
design philosophy from the v1.0-release as they were monolythic and difficult to expand with new modules. They
Expand Down

0 comments on commit d38ad88

Please sign in to comment.