summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.mkd
diff options
context:
space:
mode:
authorZac Nelson <znelson1@ford.com>2016-09-14 09:54:47 -0700
committerGitHub <noreply@github.com>2016-09-14 09:54:47 -0700
commit6e6ffb3c8871f25b6df649dc35008ec075da0b2f (patch)
tree6bd3834772278e919ea4cca2513112c8ea0e3496 /CHANGELOG.mkd
parentb2033dd734c689701d0e1c8518a04a3304a3c6c3 (diff)
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.
Diffstat (limited to 'CHANGELOG.mkd')
-rw-r--r--CHANGELOG.mkd4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd
index edf7f7d5..96eaa178 100644
--- a/CHANGELOG.mkd
+++ b/CHANGELOG.mkd
@@ -1,5 +1,9 @@
# OBD-II Support Library in C
+## v0.2
+
+* Add support for multi-frame diagnostic responses.
+
## v0.1
* Initial release