summaryrefslogtreecommitdiffstats
path: root/deps
AgeCommit message (Collapse)AuthorFilesLines
2016-10-05Reduce max response payload size. (#7)Zac Nelson1-30/+5
* reduce max payload size. see OpenXC vi-firmware issue #375 https://github.com/openxc/vi-firmware/issues/375. * update isotp dependency with reduce isotp message size.
2016-09-14fix isotp commit hash.Zac Nelson1-0/+32
2016-09-14Multi frame (#6)Zac Nelson1-6/+0
* increase payload size just for diag responses to support multi-frame responses. limited to 255 bytes for now. * not all diag requests with modes greater than 0xa have a 2 byte pid. need to check was pid_length should be based on the size of the pid. * remove line that does nothing. * add multi_frame field to DiagnosticResponse and update based on IsoTpMessage. Need this upstream for timeout calls specific to multi frame. * update isotp-c submodule. * update autoset_pid tests. check that pid_length is dynamically set based on pid value. adjust other tests to use 2-byte pid for enhanced diagnostic mode requests. * add test for multi-frame response. * update changelog.
2014-02-27Increase arb IDs to uint32_t to fit extended IDs.Christopher Peplin1-7/+5
2014-02-14Add an option to pad outgoing CAN frames to 8 bytes (on by default).Christopher Peplin1-5/+7
Fixed #3.
2014-01-06Grab PID from response without dereffing a type punned pointer.Christopher Peplin1-5/+5
2014-01-06Use new set_bitfield function to handle swapping endianness.Christopher Peplin1-5/+5
2014-01-03Greatly expand API example in README.Christopher Peplin1-0/+6
2014-01-03Update bitfield library version.Christopher Peplin1-5/+5
2014-01-03Update version of isotp-c library.Christopher Peplin1-6/+0
2014-01-02Test basic diag request and response!Christopher Peplin1-5/+5
2014-01-02Draft implemenation of receiving and parsing single fram diag messages.Christopher Peplin1-5/+5
2014-01-02Match isotp receive_can_frame style, depend less on callbacks.Christopher Peplin1-5/+5
2013-12-31Draft reworking of API.Christopher Peplin2-10/+10
2013-12-30Add skeleton of the API and data structures.Christopher Peplin1-5/+5
2013-12-30Initial commit.Christopher Peplin2-0/+12