File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ All versions in this changelog have two entries: ``driver`` and ``firmware``. Th
66have the same version, as communication protocol might change between versions. In the firmware/driver there
77is a safeguard to prevent miscommunication.
88
9+ Version 1.2.1
10+ =============
11+
12+ Bugfix version for CLI on RPi images from LinuxCNC.
13+
14+ * ``cli ``:
15+
16+ * ``install_toolchain ``: The path variable is now persisted in ``.bashrc `` instead of ``.profile ``. This will
17+ make the toolchain available in the terminal when using from desktop. Previously only SSH was working.
18+
919Version 1.2
1020===========
1121
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " litexcnc"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " Generic CNC firmware and driver for FPGA cards which are supported by LiteX"
55authors = [" Peter van Tol <petertgvantol@gmail.com>" ]
66license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments