summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-01-03Move notes lower down in README.Christopher Peplin1-11/+12
2014-01-03Document all remaining methods and data structures.Christopher Peplin3-50/+129
2014-01-03Remove a resolved TODO.Christopher Peplin1-5/+0
2014-01-03Split up header file for clarity.Christopher Peplin3-143/+238
2014-01-03Greatly expand API example in README.Christopher Peplin4-51/+155
2014-01-03Clean up the primary diag request handler.Christopher Peplin3-124/+106
2014-01-03Test receiving a negative response.Christopher Peplin2-3/+31
2014-01-03Test receiving a CAN frame to an already completed message.Christopher Peplin1-0/+35
2014-01-03Remove a resolved TODO.Christopher Peplin1-2/+0
2014-01-03Test sending payload with diagnostic request.Christopher Peplin1-0/+29
2014-01-03Update bitfield library version.Christopher Peplin1-5/+5
2014-01-03Compile with test coverage calculation.Christopher Peplin2-8/+26
2014-01-03Update version of isotp-c library.Christopher Peplin3-14/+4
2014-01-02Test basic diag request and response!Christopher Peplin4-38/+55
2014-01-02Draft implemenation of receiving and parsing single fram diag messages.Christopher Peplin6-43/+99
2014-01-02Match isotp receive_can_frame style, depend less on callbacks.Christopher Peplin5-61/+115
2013-12-31Draft reworking of API.Christopher Peplin4-39/+87
2013-12-30Spray a bunch of notes and code into the implementation file.Christopher Peplin2-12/+53
2013-12-30Add more failing tests before beginning implementation.Christopher Peplin2-6/+48
2013-12-30Add a failing test for a simple diag request/response.Christopher Peplin3-9/+108
2013-12-30Add skeleton of the API and data structures.Christopher Peplin6-7/+292
2013-12-30Initial commit.Christopher Peplin11-0/+175