Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Revision:
5:1775b4b13232
Parent:
4:682d96ff6d79
Child:
6:2fbcbebed28c
--- a/main.cpp	Wed Sep 11 11:55:51 2013 +0000
+++ b/main.cpp	Sat Apr 25 17:07:08 2015 +0000
@@ -28,9 +28,34 @@
 
 ********************************************************************************
 
+Version 1.5 (04/2015)
+
+Added since Version 1.4
+    T8 CAN functions: DUMP, FLASH and RECOVERY
+        Using modified T8Bootloaders that are slightly faster :-)
+    Algorithms for different types of 5 volt replacement FLASH Chips in T5 ECUs
+        AMD, ST and AMIC 29F010 types
+        SST 39F010
+        ATMEL 29C512 and 29C010
+        
+Changes since Version 1.4
+    BDM FLASHing uses BD32 like Target Resident Drivers.
+        Based on my 'universal scripts'
+        BDM FLASHing much faster now
+    Always use slow BDM clock function (bdm_clk_slow) for reliability
+        Even when using the slow method it only takes 8 seconds
+        longer to FLASH a T8 ECU.
+        mbed library and compiler changes make it difficult to
+        maintain the faster bdm functions that rely on software
+        delay loops for timing.
+    The file extension of the file to be FLASHed is now the more usual 'BIN'.
+        i.e. 'modified.bin' instead of 'modified.hex'
+
+********************************************************************************
+
 Version 1.4 (07/2013)
 
-Changes since Verion 1.3
+Added since Verion 1.3
     Progress indication shown as a percentage, slightly slower but more informative
     T8 BDM Functionality