aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/canbus.c
Commit message (Expand)AuthorAgeFilesLines
* canbus: Support reading CAN packets directly from IRQ handlerKevin O'Connor2021-03-181-14/+42
* canbus: Rework CAN command protocolKevin O'Connor2021-03-131-51/+82
* canbus: Call can_notify_rx() at startup so low-level code does not need toKevin O'Connor2021-02-091-0/+1
* canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplifyKevin O'Connor2021-02-091-1/+1
* canbus: Move high-level CAN code to new src/generic/canbus.cKevin O'Connor2021-02-021-0/+227