Skip to content

Releases: Peter-van-Tol/LiteX-CNC

v1.0.0.

31 Aug 11:57
25af05d
Compare
Choose a tag to compare

First release of litexcnc

Test release: v0.9.0-alpha5

19 Jan 22:22
82c7c0f
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • compiler warnings resolved;
  • added support LinuxCNC 2.9: switched from json-c to cJSON;
  • bugfix: support for Python 3.7;
  • bugfix: error handling in etherbone read;

Pre-release v0.9.0-alpha.4

04 Jan 21:12
Compare
Choose a tag to compare
Pre-release

This version supports Python 3.7, as this is default installed with LinuxCNC 2.8

Pre-release v0.9.0-alpha.3

26 Dec 22:47
3e303fd
Compare
Choose a tag to compare
Pre-release

Boxing day release 🎅 🎄 🎁.

Specifically in this release the encoders have been enabled and tested. The total list of supported modules are:

GPIO
PWM
Stepgen
Encoders

Test release: v0.9.0-alpha.2

19 Dec 09:30
c3b135c
Compare
Choose a tag to compare
Pre-release

Another test-release. This release aims at:

  • Reducing the data package to be sent (mainly optimized both stepgen and PWM). This creates more space on the FPGA and thus faster build times. The build times increased to the point that they could not be build anymore within an hour. Now build times are reduced to minutes
  • Changed driver to accommodate the changes of the firmware
  • CLI has been changed:
    • Changed halcompile.py to check correct folders for the Makefile.modinc (this bug can also present in LinuxCNC)
    • Other versions of LiteX and the toolchain
    • When upgrading to this version form the previous version, please update the HAL-file for the stepgen.

Pre-release v0.9.0-alpha (test)

24 Nov 08:10
a96ec8e
Compare
Choose a tag to compare
Pre-release

GPIO, PWM and StepGen working. Mainly used for testing the actions and pushing to test.pypi.org