apps/agl-service-can-low-level.git
2014-01-03 Christopher... Compile with coverage calculation, put objects in a...
2014-01-03 Christopher... Print full payload by giving it enough buffer. DOH.
2014-01-02 Christopher... Attempt to print entire payload and fail.
2014-01-02 Christopher... Allocate ISO-TP message buffer on the stack.
2014-01-02 Christopher... Only mark handle as completed when fully received.
2014-01-02 Christopher... Avoid hitting a NULL pointer when using callbacks.
2014-01-01 Christopher... Return completed rx messages instead of relying on...
2013-12-31 Christopher... Attempt to print full payload and FAIL!
2013-12-31 Christopher... Return completion status when receiving CAN frames.
2013-12-31 Christopher... Move some functions to main isotp.h file to simplify...
2013-12-31 Christopher... Draft reworking of API.
2013-12-31 Christopher... Update deps.
2013-12-30 Christopher... Don't use debug function directly in library.
2013-12-30 Christopher... Bump dependency.
2013-12-30 Christopher... Use renamed bitfield-c dependency.
2013-12-30 Christopher... Update submodules when running CI.
2013-12-29 Christopher... Add Travis CI config.
2013-12-29 Christopher... Use updated API for canutil library.
2013-12-28 Christopher... Draft work using more generic bitfield functions.
2013-12-28 Christopher... Encapsulate arb_id, payload and size into a data type.
2013-12-28 Christopher... Log a message when rejecting a send.
2013-12-28 Christopher... Confirm CAN messages are built correctly.
2013-12-28 Christopher... Test basic single frame sending.
2013-12-28 Christopher... Test basic rx of a single frame message.
2013-12-28 Christopher... Draft progress implementing single frame rx.
2013-12-27 Christopher... Add skeleton tests for receiving and sending ISO-TP...
2013-12-27 Christopher... Add canutil dependency for bit field manipulation.
2013-12-27 Christopher... Sketch out the API and add some notes.
2013-12-27 Christopher... Initial commit with blank structure.