-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add support for GS_CAN_FEATURE_GET_STATE
and GS_CAN_FEATURE_BERR_REPORTING
#154
Comments
GS_CAN_FEATURE_GET_STATE
and GS_CAN_FEATURE_BERR_REPORTING
In #124 (comment) @jhofstee says his implementation can be rebased to mainline. |
FTR: The new features have been documented in #124. Linux support has been mainlined with torvalds/linux@0c9f92a |
I wonder if this could be extended to count dropped frames (RX overflows) ... |
We already have the candleLight_fw/include/gs_usb.h Line 83 in 4a1e646
It's not used in the candlelight FW, though. |
In this issue I want to track implementation of the
GS_CAN_FEATURE_GET_STATE
andGS_CAN_FEATURE_BERR_REPORTING
features.@jhofstee, do you have some work-in-progress code somewhere? Is the newest code in this branch? https://github.com/jhofstee/candleLight_fw/tree/canbus-state
The text was updated successfully, but these errors were encountered: