Skip to content

Releases: GrassHopper1977/BSD-USB-to-CAN

V3.0.0

19 Jul 07:48
Compare
Choose a tag to compare

This appears to be working correctly now.
Since Test 2, we've fixed several bugs regarding the socket handling.
We're still having to poll the USB as libusb doesn't appear to play well with with kevent on CheriBSD. We will test this again FreeBSD soon.
Going forward, we're considering converting this to an *.SO file but we, obviously, want to be sure that it's correct before we do that.

Test 2

16 Jun 09:44
Compare
Choose a tag to compare

Changes:

  1. Converted to use SocketCAN style structs to Tx/Rx
  2. Error messages are passed through correctly.
  3. You can specify which device to use if multiple are connected.
  4. Included many testing notes on CheriBSD using both Hybrid and Full Caps code and kernel.

Full Changelog: Test001...Test002

Test 1

05 May 12:56
9a9064c
Compare
Choose a tag to compare

Transmission and receive test 1. Shows some errors getting the transmitted messages echoed back to us.