Make sure not to use a negative payload length.
[apps/low-level-can-service.git] / src /
2014-01-06 Christopher PeplinMake sure not to use a negative payload length.
2014-01-06 Christopher PeplinInitialize outgoing payload to 0.
2014-01-06 Christopher PeplinUse new set_bitfield function to handle swapping endian...
2014-01-05 Christopher PeplinAdd a TODO about flipping byte order.
2014-01-05 Christopher PeplinLog when sending a new diagnositc request.
2014-01-05 Christopher PeplinAdd imports and return values to allow compiling with...
2014-01-04 Christopher PeplinDocument all remaining methods and data structures.
2014-01-03 Christopher PeplinRemove a resolved TODO.
2014-01-03 Christopher PeplinSplit up header file for clarity.
2014-01-03 Christopher PeplinGreatly expand API example in README.
2014-01-03 Christopher PeplinClean up the primary diag request handler.
2014-01-03 Christopher PeplinTest receiving a negative response.
2014-01-03 Christopher PeplinRemove a resolved TODO.
2014-01-03 Christopher PeplinUpdate version of isotp-c library.
2014-01-02 Christopher PeplinTest basic diag request and response!
2014-01-02 Christopher PeplinDraft implemenation of receiving and parsing single...
2014-01-02 Christopher PeplinMatch isotp receive_can_frame style, depend less on...
2013-12-31 Christopher PeplinDraft reworking of API.
2013-12-31 Christopher PeplinSpray a bunch of notes and code into the implementation...
2013-12-31 Christopher PeplinAdd more failing tests before beginning implementation.
2013-12-31 Christopher PeplinAdd a failing test for a simple diag request/response.
2013-12-30 Christopher PeplinAdd skeleton of the API and data structures.