Releases: GrassHopper1977/BSD-USB-to-CAN
Releases · GrassHopper1977/BSD-USB-to-CAN
V3.0.0
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
Changes:
- Converted to use SocketCAN style structs to Tx/Rx
- Error messages are passed through correctly.
- You can specify which device to use if multiple are connected.
- Included many testing notes on CheriBSD using both Hybrid and Full Caps code and kernel.
Full Changelog: Test001...Test002
Test 1
Transmission and receive test 1. Shows some errors getting the transmitted messages echoed back to us.