aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/canbus.h
Commit message (Expand)AuthorAgeFilesLines
* stm32: Add support for reporting canbus state from can.cKevin O'Connor2025-02-021-0/+11
* canbus: Rename canserial_send() to canbus_send()Kevin O'Connor2022-12-141-0/+2
* canbus: Rename canbus_send() to canhw_send()Kevin O'Connor2022-12-141-2/+2
* canserial: Rename canbus.c to canserial.cKevin O'Connor2022-06-271-4/+0
* canbus: Move canbus uuid calculation to canbus.cKevin O'Connor2022-06-161-2/+1
* stm32: Support passing through RTR and EFF canbus framesKevin O'Connor2022-06-161-0/+3
* canbus: Use single method for reading canbus messagesKevin O'Connor2022-06-161-4/+13
* canbus: Support reading CAN packets directly from IRQ handlerKevin O'Connor2021-03-181-0/+1
* canbus: Rework CAN command protocolKevin O'Connor2021-03-131-4/+2
* 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/+22