summaryrefslogtreecommitdiffstats
path: root/src/isotp/isotp.c
AgeCommit message (Collapse)AuthorFilesLines
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