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