Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | canbus: Call can_notify_rx() at startup so low-level code does not need to | Kevin O'Connor | 2021-02-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplify | Kevin O'Connor | 2021-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | canbus: Move high-level CAN code to new src/generic/canbus.c | Kevin O'Connor | 2021-02-02 | 1 | -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> |