Releases: Peter-van-Tol/LiteX-CNC
Releases · Peter-van-Tol/LiteX-CNC
v1.0.0.
First release of litexcnc
Test release: v0.9.0-alpha5
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
This version supports Python 3.7, as this is default installed with LinuxCNC 2.8
Pre-release v0.9.0-alpha.3
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
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)
GPIO, PWM and StepGen working. Mainly used for testing the actions and pushing to test.pypi.org