summaryrefslogtreecommitdiffstats
path: root/src/isotp/isotp.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Update string formatting for new arb ID size.Christopher Peplin1-1/+2
2014-02-14Add an option to control CAN frame padding (on by default).Christopher Peplin1-1/+2
2014-01-05Move a few things about to make compiling with other projects possible.Christopher Peplin1-3/+0
2014-01-03Split up functions in send/receive files for clarity.Christopher Peplin1-72/+0
2014-01-03Split up functions to rx CAN messages for rx and tx of ISO-TP.Christopher Peplin1-27/+28
2014-01-03Test rx an empty CAN messages.Christopher Peplin1-0/+3
2014-01-03Print full payload by giving it enough buffer. DOH.Christopher Peplin1-2/+1
2014-01-02Attempt to print entire payload and fail.Christopher Peplin1-9/+11
2014-01-02Allocate ISO-TP message buffer on the stack.Christopher Peplin1-5/+16
2014-01-02Only mark handle as completed when fully received.Christopher Peplin1-0/+2
2014-01-01Return completed rx messages instead of relying on callbacks.Christopher Peplin1-14/+14
2013-12-31Attempt to print full payload and FAIL!Christopher Peplin1-8/+8
2013-12-31Return completion status when receiving CAN frames.Christopher Peplin1-5/+9
2013-12-31Draft reworking of API.Christopher Peplin1-20/+56
2013-12-30Don't use debug function directly in library.Christopher Peplin1-11/+5
2013-12-28Encapsulate arb_id, payload and size into a data type.Christopher Peplin1-87/+5
2013-12-28Log a message when rejecting a send.Christopher Peplin1-0/+1
2013-12-28Confirm CAN messages are built correctly.Christopher Peplin1-10/+17
2013-12-27Test basic single frame sending.Christopher Peplin1-1/+39
2013-12-27Test basic rx of a single frame message.Christopher Peplin1-7/+22
2013-12-27Draft progress implementing single frame rx.Christopher Peplin1-5/+23
2013-12-27Add skeleton tests for receiving and sending ISO-TP messages.Christopher Peplin1-1/+43
2013-12-27Sketch out the API and add some notes.Christopher Peplin1-0/+14