File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88import logging
99from typing import Dict , Any
1010
11- __version__ = "4.0.0-dev.2 "
11+ __version__ = "4.0.0-rc.0 "
1212
1313log = logging .getLogger ("can" )
1414
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The CANalyst-II interface was contributed by Shaoyu Meng in 2018.
4949Support for CAN within Python
5050-----------------------------
5151
52- Python natively supports the CAN protocol from version 3.3 on, if running on Linux:
52+ Python natively supports the CAN protocol from version 3.3 on, if running on Linux (with a sufficiently new kernel) :
5353
5454============== ============================================================== ====
5555Python version Feature Link
@@ -58,4 +58,5 @@ Python version Feature
58583.4 Broadcast Management (BCM) commands are natively supported `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_BCM >`__
59593.5 CAN FD support `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_RAW_FD_FRAMES >`__
60603.7 Support for CAN ISO-TP `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_ISOTP >`__
61+ 3.9 Native support for joining CAN filters `Docs <https://docs.python.org/3/library/socket.html#socket.CAN_RAW_JOIN_FILTERS >`__
6162============== ============================================================== ====
Original file line number Diff line number Diff line change 1- /* This promela model was used to verify the concurrent design of the bus object. */
1+ /* This promela model was used to verify a past design of the bus object. */
22
33bool lock = false ;
44
You can’t perform that action at this time.
0 commit comments