Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
2:bf3a2b29259a
Parent:
1:d5452e398b76
Child:
3:92dae9083c83
--- a/main.cpp	Tue Sep 14 21:02:04 2010 +0000
+++ b/main.cpp	Tue Dec 14 21:50:35 2010 +0000
@@ -28,6 +28,25 @@
 
 ********************************************************************************
 
+Version 1.2 (12/2010) - Only a very small update
+
+Fixed since Version 1.1:
+    My method of detecting the FLASH type didn't work for T7 ECUs
+        Now that that I have corrected this bug it is possible to
+        FLASH Trionic 7 ECUs using the BDM connection
+        See the 'get_flash_id' function in bdmtrionic.cpp
+
+Changes since Verion 1.2
+    I have removed everything to do with the BDM DS connection
+    I have changed the mbed pin number for the BDM DSO connection
+        Now all BDM connections are part of the same MBED 'port'
+            Being part of one port makes it possible to change all
+            connections simulataneously so speeding up BDM
+        See 'interfaces.cpp' for details of how the mbed pins connect.
+            Uglybug's wiring circuit has these connections (thanks Uglybug)
+
+********************************************************************************
+
 Version 1.1 (09/2010) - Still very crude way of doing things
 
 Additions since Version 1: