Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-05 | Reduce max response payload size. (#7) | 1 | -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-14 | fix isotp commit hash. | 1 | -0/+32 | ||
2016-09-14 | Multi frame (#6) | 1 | -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-27 | Increase arb IDs to uint32_t to fit extended IDs. | 1 | -7/+5 | ||
2014-02-14 | Add an option to pad outgoing CAN frames to 8 bytes (on by default). | 1 | -5/+7 | ||
Fixed #3. | |||||
2014-01-06 | Grab PID from response without dereffing a type punned pointer. | 1 | -5/+5 | ||
2014-01-06 | Use new set_bitfield function to handle swapping endianness. | 1 | -5/+5 | ||
2014-01-03 | Greatly expand API example in README. | 1 | -0/+6 | ||
2014-01-03 | Update bitfield library version. | 1 | -5/+5 | ||
2014-01-03 | Update version of isotp-c library. | 1 | -6/+0 | ||
2014-01-02 | Test basic diag request and response! | 1 | -5/+5 | ||
2014-01-02 | Draft implemenation of receiving and parsing single fram diag messages. | 1 | -5/+5 | ||
2014-01-02 | Match isotp receive_can_frame style, depend less on callbacks. | 1 | -5/+5 | ||
2013-12-31 | Draft reworking of API. | 2 | -10/+10 | ||
2013-12-30 | Add skeleton of the API and data structures. | 1 | -5/+5 | ||
2013-12-30 | Initial commit. | 2 | -0/+12 | ||