From 6e6ffb3c8871f25b6df649dc35008ec075da0b2f Mon Sep 17 00:00:00 2001 From: Zac Nelson Date: Wed, 14 Sep 2016 09:54:47 -0700 Subject: Multi frame (#6) * 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. --- deps/isotp-c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/isotp-c') diff --git a/deps/isotp-c b/deps/isotp-c index a8f4bf42..64fdcc73 160000 --- a/deps/isotp-c +++ b/deps/isotp-c @@ -1 +1 @@ -Subproject commit a8f4bf42ee73ede0d2d3ddaf6c312c756c042a6b +Subproject commit 64fdcc7381a20c992d44c424e7c9677a19f2248c -- cgit 1.2.3-korg