summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-31Return completion status when receiving CAN frames.Christopher Peplin6-20/+100
2013-12-31Move some functions to main isotp.h file to simplify includes for now.Christopher Peplin4-7/+9
2013-12-31Draft reworking of API.Christopher Peplin9-110/+173
2013-12-31Update deps.Christopher Peplin2-5/+6
2013-12-30Don't use debug function directly in library.Christopher Peplin3-16/+15
2013-12-30Bump dependency.Christopher Peplin2-7/+7
2013-12-30Use renamed bitfield-c dependency.Christopher Peplin2-1/+1
2013-12-30Update submodules when running CI.Christopher Peplin1-0/+1
2013-12-29Add Travis CI config.Christopher Peplin1-0/+10
2013-12-29Use updated API for canutil library.Christopher Peplin6-45/+42
2013-12-28Draft work using more generic bitfield functions.Christopher Peplin2-6/+8
2013-12-28Encapsulate arb_id, payload and size into a data type.Christopher Peplin7-137/+154
2013-12-28Log a message when rejecting a send.Christopher Peplin1-0/+1
2013-12-28Confirm CAN messages are built correctly.Christopher Peplin3-19/+40
2013-12-27Test basic single frame sending.Christopher Peplin4-14/+80
2013-12-27Test basic rx of a single frame message.Christopher Peplin3-12/+38
2013-12-27Draft progress implementing single frame rx.Christopher Peplin7-20/+65
2013-12-27Add skeleton tests for receiving and sending ISO-TP messages.Christopher Peplin8-52/+341
2013-12-27Add canutil dependency for bit field manipulation.Christopher Peplin4-1/+15
2013-12-27Sketch out the API and add some notes.Christopher Peplin3-2/+89
2013-12-27Initial commit with blank structure.Christopher Peplin6-0/+130