apps/agl-service-can-low-level.git
2016-10-05 Zac Nelsonreduce max isotp message size. see OpenXC vi-firmware...
2016-09-14 Zac NelsonAdd support for multi-frame responses (#4)
2016-07-07 Christopher... Add missing libraries to Makefile.
2014-07-19 Christopher... Remove old hipchat token from Travis CI config.
2014-02-27 Christopher... Update string formatting for new arb ID size.
2014-02-27 Christopher... Increase size of arb ID to uint32_t to fit extended...
2014-02-14 Christopher... Add an option to control CAN frame padding (on by default).
2014-01-07 Christopher... Use '\0' for NULL in c strings.
2014-01-07 Christopher... Enable warnings when compiling and fix a few.
2014-01-06 Christopher... Use latest bitfield-c.
2014-01-05 Christopher... Silence a noisy log message.
2014-01-05 Christopher... Move a few things about to make compiling with other...
2014-01-03 Christopher... Fix typos.
2014-01-03 Christopher... Add Dave Boll to author's list. Thanks!
2014-01-03 Christopher... Document all functions in header files.
2014-01-03 Christopher... Split up functions in send/receive files for clarity.
2014-01-03 Christopher... Split up functions to rx CAN messages for rx and tx...
2014-01-03 Christopher... Test rx an empty CAN messages.
2014-01-03 Christopher... Update docs in README.
2014-01-03 Christopher... Document how to run coverage.
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.