You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Currently, the following things are not supported and may not be possible based
46
46
* Receive buffer hardware overflow detection (see Performance, below).
47
47
* ACK status of sent CAN messages.
48
48
* Failure status of sent CAN messages. If the device fails to get bus arbitration after some unknown amount of time, it will drop the message silently.
49
-
* Hardware filtering of incoming messages. Currently all filtering is done in software. There is a `filter` field of `InitCommand` structure, not clear how it works.
49
+
* Hardware filtering of incoming messages. There is a `filter` field of `InitCommand` structure, not clear how it works.
50
50
* Configuring whether messages are ACKed by Canalyst-II. This may be possible, see `InitCommand``acc_code` and `acc_mask`.
0 commit comments