From 7924117c2a3b87e8c657fcbe7cceb4abe220418b Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Thu, 31 Mar 2022 18:24:04 -0400 Subject: [PATCH] v2.1.0 Implement proper functionality for echoing transmits Transmit errors are now reported properly Transmit byte count is now reported properly Use with icsscand >= v2.1.0 for full echo support --- CHANGELOG | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5c1afce..3fb06a8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v2.1.0 + Implement proper functionality for echoing transmits + Transmit errors are now reported properly + Transmit byte count is now reported properly + Use with icsscand >= v2.1.0 for full echo support + v2.0.5 Add support for kernels 5.9+ Tested on 5.11.0-rc5 diff --git a/README.md b/README.md index 98394e3..f3e2cc0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Version 2.0.5 +Version 2.1.0 This is the kernel object portion of the Intrepid Control Systems SocketCAN support. For SocketCAN to work with Intrepid devices you will need to have this kernel object loaded on your system. Once the module is built and loaded run [icsscand](https://github.com/intrepidcs/icsscand) to turn on SocketCAN support.