mirror of
https://github.com/intrepidcs/intrepid-socketcan-kernel-module.git
synced 2026-09-21 16:38:39 +02:00
Compare commits
26
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b871a0370e | ||
|
|
1bdb4bbb50 | ||
|
|
8b5d92d61d | ||
|
|
8618f2e75e | ||
|
|
b00c957824 | ||
|
|
7158af4b73 | ||
|
|
d66977868f | ||
|
|
9dd9a74b9e | ||
|
|
760b9d8e34 | ||
|
|
c888a206d9 | ||
|
|
b69aaf12ab | ||
|
|
4841b2863c | ||
|
|
8f5889e129 | ||
|
|
f92a946a08 | ||
|
|
9caa973a5a | ||
|
|
67c196ddfe | ||
|
|
2ee6101ec2 | ||
|
|
f67b4b3620 | ||
|
|
cd073b2019 | ||
|
|
198cc74e21 | ||
|
|
e455a8847c | ||
|
|
5d25e80c35 | ||
|
|
6e9319c3f4 | ||
|
|
7c2338125f | ||
|
|
7924117c2a | ||
|
|
c515de3a25 |
@@ -1,3 +1,34 @@
|
|||||||
|
v3.1.1
|
||||||
|
Update copyright
|
||||||
|
Fix Ethernet interfaces
|
||||||
|
|
||||||
|
v3.0.4
|
||||||
|
Update copyright
|
||||||
|
Add Fedora package requirements to README
|
||||||
|
Fix for newer 6.4.x Kernel, class_create() sig changed (Doug Potts <dpotts@genrad.com>)
|
||||||
|
|
||||||
|
v3.0.3
|
||||||
|
Update daemon version requirement to 3.1.*
|
||||||
|
|
||||||
|
v3.0.2
|
||||||
|
Bump maximum device count to 64
|
||||||
|
|
||||||
|
v3.0.1
|
||||||
|
Update copyright
|
||||||
|
|
||||||
|
v3.0.0
|
||||||
|
Added Functionality for Ethernet
|
||||||
|
|
||||||
|
v2.1.1
|
||||||
|
Fix support for kernels <5.12
|
||||||
|
Tested on 5.4.0
|
||||||
|
|
||||||
|
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
|
v2.0.5
|
||||||
Add support for kernels 5.9+
|
Add support for kernels 5.9+
|
||||||
Tested on 5.11.0-rc5
|
Tested on 5.11.0-rc5
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
Version 2.0.5
|
Version 3.1.1
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
First, install the necessary dependencies for building kernel modules.
|
First, install the necessary dependencies for building kernel modules:
|
||||||
|
- Ubuntu: `sudo apt install linux-headers-generic build-essential gcc git`
|
||||||
On Ubuntu, this is accomplished by running `sudo apt install linux-headers-generic build-essential gcc git`
|
- Fedora: `sudo dnf install git kernel-devel-matched`
|
||||||
|
|
||||||
Clone this repository by running `git clone https://github.com/intrepidcs/intrepid-socketcan-kernel-module.git`
|
Clone this repository by running `git clone https://github.com/intrepidcs/intrepid-socketcan-kernel-module.git`
|
||||||
|
|
||||||
|
|||||||
+713
-110
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user