Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -2/+5 |
| | |||||
* | canbus_ids: Use 4 as the first nodeid to reduce id bitstuffing | Kevin O'Connor | 2022-07-29 | 1 | -1/+3 |
| | | | | | | | Starting with nodeid 4 instead of nodeid 0 can reduce bitstuffing of the id field in common configurations. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | mcu: Add support for connecting to devices on a CAN bus | Kevin O'Connor | 2021-03-13 | 1 | -0/+24 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |