diff --git a/documentation/ChangeLog.txt b/documentation/ChangeLog.txt new file mode 100644 index 0000000..7d699bd --- /dev/null +++ b/documentation/ChangeLog.txt @@ -0,0 +1,46 @@ +* Version 1.2.0 (20100306) + - adopted to new build system (taken from flyer) + +* Version 1.1.5 (20100306) + - updated usart lib and sync timer + +* Version 1.1.4 (20091212) + - secured firmware command + - rewritten modfify command handling to support new option + - due to flaw in TurboEDIT's byte count in write W command + added flag that decides how to treat bytecount in W command + b_bcnt_mode = false => 0x00 means 256 bytes, 0xFF means 255 bytes + b_bcnt_mode = true => 0x00 means 1 byte, 0xFF means 255 bytes + NOTE: use b_cnt_mode = true only for TurboEDIT! + - set default transmission parameters to: + baudrate 920000, 2 stop bits, even parity + (defaults for CROME 1.5.3 and above) - most frequent usage + NOTE: due to flaw in CROME 1.5.3 and 1.5.5beta (older versions + are not affected) serial port opening methods which discards + any user settings in window and uses 9600 or 920000 baudrate + +* Version 1.1.3 (20091207) + - fixed usart_const computation issue in initUsart + +* Version 1.1.2 (20091206) + - fixed error flags handling in usart module + +* Version 1.1.1 (20091206) + - added response when parameters modification failed + +* Version 1.1.0 (20091124) + - due to compatibility issues default USART frame again is: + baudrate 115200, 2 stop bits, no parity + - general code cleanup + - reduced clock cycles in memory handling + - added new command: M - modify usart settings (using this + allows to change usart parameters on the fly, what is + needed for proper work with software tools from different + suppliers + - fixed acknowledge in for write block X (bytes order) + +* Version 1.0.1 (20091118) + - changed baudrate to 920000, because of bug in CROME newer than 1.5 + +* Version 1.0.0 (20091116) + - initial release diff --git a/documentation/Thumbs.db b/documentation/Thumbs.db new file mode 100644 index 0000000..7580d2e Binary files /dev/null and b/documentation/Thumbs.db differ diff --git a/documentation/bottom.jpg b/documentation/bottom.jpg new file mode 100644 index 0000000..6a9d4dc Binary files /dev/null and b/documentation/bottom.jpg differ diff --git a/documentation/connected.jpg b/documentation/connected.jpg new file mode 100644 index 0000000..d0d03d8 Binary files /dev/null and b/documentation/connected.jpg differ diff --git a/documentation/device.jpg b/documentation/device.jpg new file mode 100644 index 0000000..a2a349c Binary files /dev/null and b/documentation/device.jpg differ diff --git a/documentation/honda-rtp-bottom-layer.pdf b/documentation/honda-rtp-bottom-layer.pdf new file mode 100644 index 0000000..c988f74 Binary files /dev/null and b/documentation/honda-rtp-bottom-layer.pdf differ diff --git a/documentation/honda-rtp-schematics.pdf b/documentation/honda-rtp-schematics.pdf new file mode 100644 index 0000000..f901d70 Binary files /dev/null and b/documentation/honda-rtp-schematics.pdf differ diff --git a/documentation/honda-rtp-top-layer.pdf b/documentation/honda-rtp-top-layer.pdf new file mode 100644 index 0000000..9cab06b Binary files /dev/null and b/documentation/honda-rtp-top-layer.pdf differ diff --git a/documentation/inside.jpg b/documentation/inside.jpg new file mode 100644 index 0000000..1240679 Binary files /dev/null and b/documentation/inside.jpg differ diff --git a/documentation/probe.jpg b/documentation/probe.jpg new file mode 100644 index 0000000..54aab69 Binary files /dev/null and b/documentation/probe.jpg differ diff --git a/documentation/top.jpg b/documentation/top.jpg new file mode 100644 index 0000000..a08e04f Binary files /dev/null and b/documentation/top.jpg differ