apps/low-level-can-service.git
2014-01-07 Christopher... Add a constant for the functional broadcast address...
2014-01-07 Christopher... Fix warnings, now that they're enabled!
2014-01-07 Christopher... Don't walk off the end of the payload array.
2014-01-07 Christopher... Don't supress warnings when compiling, argh!
2014-01-07 Christopher... Grab PID from response without dereffing a type punned...
2014-01-06 Christopher... Mark request handle and response completed even if...
2014-01-06 Christopher... Make sure not to use a negative payload length.
2014-01-06 Christopher... Initialize outgoing payload to 0.
2014-01-06 Christopher... Use new set_bitfield function to handle swapping endian...
2014-01-05 Christopher... Add a TODO about flipping byte order.
2014-01-05 Christopher... Log when sending a new diagnositc request.
2014-01-05 Christopher... Update API in README to match actual code.
2014-01-05 Christopher... Add imports and return values to allow compiling with...
2014-01-04 Christopher... Add dependencies to README.
2014-01-04 Christopher... Move notes lower down in README.
2014-01-04 Christopher... Document all remaining methods and data structures.
2014-01-03 Christopher... Remove a resolved TODO.
2014-01-03 Christopher... Split up header file for clarity.
2014-01-03 Christopher... Greatly expand API example in README.
2014-01-03 Christopher... Clean up the primary diag request handler.
2014-01-03 Christopher... Test receiving a negative response.
2014-01-03 Christopher... Test receiving a CAN frame to an already completed...
2014-01-03 Christopher... Remove a resolved TODO.
2014-01-03 Christopher... Test sending payload with diagnostic request.
2014-01-03 Christopher... Update bitfield library version.
2014-01-03 Christopher... Compile with test coverage calculation.
2014-01-03 Christopher... Update version of isotp-c library.
2014-01-02 Christopher... Test basic diag request and response!
2014-01-02 Christopher... Draft implemenation of receiving and parsing single...
2014-01-02 Christopher... Match isotp receive_can_frame style, depend less on...
2013-12-31 Christopher... Draft reworking of API.
2013-12-31 Christopher... Spray a bunch of notes and code into the implementation...
2013-12-31 Christopher... Add more failing tests before beginning implementation.
2013-12-31 Christopher... Add a failing test for a simple diag request/response.
2013-12-30 Christopher... Add skeleton of the API and data structures.
2013-12-30 Christopher... Initial commit.