aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/canbus.c
Commit message (Collapse)AuthorAgeFilesLines
* canbus: Call can_notify_rx() at startup so low-level code does not need toKevin O'Connor2021-02-091-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplifyKevin O'Connor2021-02-091-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* canbus: Move high-level CAN code to new src/generic/canbus.cKevin O'Connor2021-02-021-0/+227
Separate out the high-level command processing logic from the low-level transmission code. Place the high-level code in src/generic/canbus.c . This also removes the CAN dependency on serial_irq.c . Signed-off-by: Kevin O'Connor <kevin@koconnor.net>