Skip to content

Commit

Permalink
Prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-van-Tol committed Nov 8, 2023
1 parent 71173f4 commit 9e32512
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,31 @@ 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.1.0
=============

Added new drivers for SPI communiction [48]. For current users this requires a minor modification in their
configuration files. The connection entry in the config-file must be altered to include the field ``connection_type``.
See for further guidelines on the parameters for the connection, including the new SPI connection, the
updates help-files.

Further minor changes:

* ``cli``:

* ``install_litex``: DEPRECATED, the functionality has been transferred to ``install_toolchaing``.
* ``install_toolchain``: Also installs Litex, and on a RaspberryPi also OpenOCD.
* ``flash_firmware``: Flashes the firmware to the LED-card using OpenOCD. Designed for flashing
with a RaspberryPi, however other adapters can aslo be selected by their name.

Version 1.0.3
=============

Bugfixes for several issues.

* ``driver``:

* ``encoder``: calculation of average speed has been correctd (#50).
* ``encoder``: calculation of average speed has been corrected (#50).

* ``cli``:

Expand Down

0 comments on commit 9e32512

Please sign in to comment.