summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-05reduce max isotp message size. see OpenXC vi-firmware issue #375 https://gith...Zac Nelson2-2/+2
2016-09-14Add support for multi-frame responses (#4)Zac Nelson4-13/+177
2016-07-07Add missing libraries to Makefile.Christopher Peplin1-2/+2
2014-07-19Remove old hipchat token from Travis CI config.Christopher Peplin1-3/+0
2014-02-27Update string formatting for new arb ID size.Christopher Peplin1-1/+2
2014-02-27Increase size of arb ID to uint32_t to fit extended IDs.Christopher Peplin5-14/+14
2014-02-14Add an option to control CAN frame padding (on by default).Christopher Peplin6-4/+92
2014-01-07Use '\0' for NULL in c strings.Christopher Peplin1-1/+1
2014-01-07Enable warnings when compiling and fix a few.Christopher Peplin4-13/+11
2014-01-06Use latest bitfield-c.Christopher Peplin1-5/+5
2014-01-05Silence a noisy log message.Christopher Peplin1-2/+5
2014-01-05Move a few things about to make compiling with other projects possible.Christopher Peplin4-37/+38
2014-01-03Fix typos.Christopher Peplin1-3/+3
2014-01-03Add Dave Boll to author's list. Thanks!Christopher Peplin1-1/+2
2014-01-03Document all functions in header files.Christopher Peplin5-46/+212
2014-01-03Split up functions in send/receive files for clarity.Christopher Peplin7-166/+178
2014-01-03Split up functions to rx CAN messages for rx and tx of ISO-TP.Christopher Peplin9-95/+80
2014-01-03Test rx an empty CAN messages.Christopher Peplin2-0/+14
2014-01-03Update docs in README.Christopher Peplin1-14/+44
2014-01-03Document how to run coverage.Christopher Peplin2-5/+10
2014-01-03Compile with coverage calculation, put objects in a subdir.Christopher Peplin2-8/+28
2014-01-03Print full payload by giving it enough buffer. DOH.Christopher Peplin2-4/+3
2014-01-02Attempt to print entire payload and fail.Christopher Peplin3-17/+17
2014-01-02Allocate ISO-TP message buffer on the stack.Christopher Peplin6-22/+36
2014-01-02Only mark handle as completed when fully received.Christopher Peplin4-1/+11
2014-01-02Avoid hitting a NULL pointer when using callbacks.Christopher Peplin2-2/+6
2014-01-01Return completed rx messages instead of relying on callbacks.Christopher Peplin7-33/+34
2013-12-31Attempt to print full payload and FAIL!Christopher Peplin1-8/+8
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