summaryrefslogtreecommitdiffstats
path: root/src/isotp/send.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Add an option to control CAN frame padding (on by default).Christopher Peplin1-1/+1
2014-01-05Move a few things about to make compiling with other projects possible.Christopher Peplin1-0/+2
2014-01-03Split up functions in send/receive files for clarity.Christopher Peplin1-0/+16
2014-01-03Split up functions to rx CAN messages for rx and tx of ISO-TP.Christopher Peplin1-9/+7
2014-01-02Allocate ISO-TP message buffer on the stack.Christopher Peplin1-3/+3
2014-01-02Avoid hitting a NULL pointer when using callbacks.Christopher Peplin1-1/+3
2014-01-01Return completed rx messages instead of relying on callbacks.Christopher Peplin1-0/+2
2013-12-31Draft reworking of API.Christopher Peplin1-20/+34
2013-12-29Use updated API for canutil library.Christopher Peplin1-17/+18
2013-12-28Encapsulate arb_id, payload and size into a data type.Christopher Peplin1-0/+54