Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32: Add support for reporting canbus state from can.c | Kevin O'Connor | 2025-02-02 | 1 | -0/+11 |
* | canbus: Rename canserial_send() to canbus_send() | Kevin O'Connor | 2022-12-14 | 1 | -0/+2 |
* | canbus: Rename canbus_send() to canhw_send() | Kevin O'Connor | 2022-12-14 | 1 | -2/+2 |
* | canserial: Rename canbus.c to canserial.c | Kevin O'Connor | 2022-06-27 | 1 | -4/+0 |
* | canbus: Move canbus uuid calculation to canbus.c | Kevin O'Connor | 2022-06-16 | 1 | -2/+1 |
* | stm32: Support passing through RTR and EFF canbus frames | Kevin O'Connor | 2022-06-16 | 1 | -0/+3 |
* | canbus: Use single method for reading canbus messages | Kevin O'Connor | 2022-06-16 | 1 | -4/+13 |
* | canbus: Support reading CAN packets directly from IRQ handler | Kevin O'Connor | 2021-03-18 | 1 | -0/+1 |
* | canbus: Rework CAN command protocol | Kevin O'Connor | 2021-03-13 | 1 | -4/+2 |
* | canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplify | Kevin O'Connor | 2021-02-09 | 1 | -1/+1 |
* | canbus: Move high-level CAN code to new src/generic/canbus.c | Kevin O'Connor | 2021-02-02 | 1 | -0/+22 |