Rev Author Line No. Line
2061 mija 1 /******************** (C) COPYRIGHT 2010 STMicroelectronics ********************
2 * File Name : version.txt
3 * Author : MCD Application Team
4 * Version : V2.2.0
5 * Date : 05/03/2010
6 * Description : Version file for Flash Loader Demonstrator
7 ********************************************************************************
8 * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
9 * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
10 * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
11 * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
12 * CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
13 * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
14 *******************************************************************************/
15  
16  
17 * V2.2.0 - 05/03/2010
18 =====================
19  
20 New Features
21 ************
22 + Adding support of STM32F1xx Value line and XL density devices
23 + Adding support of new STM8L devices
24  
25 Enhancements
26 ************
27 + Fix of "removes FFs data" when using GUI demo or Command line utility
28 + Fix of sending extra "0xFF" or a random byte at the end of flash if sending odd data
29 + Fix of RTS and DTR Outputs control in Command line version
30 + Fix of special Echo modes for LIN emulation over UART for STM8 while using a tranceiver
31  
32 Known Limitations
33 *****************
34 + Automatic selection of some STM8 devices may not work properly. If required, use
35 command line version with batch files customization.
36 + STM32F1xx Write protection of last pages which is controlled by the last protection bit7
37 in WPR3 options byte is working properly but the Graphical view of check boxes may not updated
38 accordingly on some devices with large size greater than 128Kbytes.
39 To enable/disable the write protection of last pages, you can check/uncheck only the first
40 page of this group of pages on the graphical view.
41  
42  
43  
44 * V2.1.0 - 11/02/2009
45 =====================
46  
47 New Features
48 ************
49 + Adding New STM8 map files with options bytes support,
50 + Adding "Echo" mode option in UART communication for LIN emulation over UART for STM8
51 + Adding a new combox with "No erase" option when downlading a file.
52  
53 Enhancements
54 ************
55 + Fix of COM ports number > 9 using when using some USB-to-Serial commercial bridges,
56 + Fix of --o option (removes FFs data) when using Command line utility,
57 + Fix of GUI map files selection in some particular cases,
58 + Fix of refresh of the window values after reading Options Bytes,
59 + Removing "Stop Bits" combox in the GUI first Window,
60 + Removing CAN selection over the COMBox bridge board,
61 + Removing DFU Selection for the GUI; To use DFU bootloader refer to DFuSe Software,
62 + Minor enhancemenst for dialog box messages and comments for the GUI and Command Line versions.
63  
64 Known Limitations
65 *****************
66 + Automatic selection of some STM8 devices may not work properly. If required, use
67 command line version with batch files customization.
68  
69  
70 * V2.0.0 - 07/03/2009
71 =====================
72  
73 New Features
74 ************
75 + Adding STM32 connectivity line and STM8 devices
76 + Adding CAN communication for connectivity line devices over COMBox bridge
77 + Adding Access to DfuSe Demo (the DfuSe Demo should be installed on your machine)
78  
79  
80 * V1.3.0 - 03/05/2009
81 =====================
82  
83 Enhancements
84 ************
85  
86 + Allow device selection in the flash loader GUI for non programmed flash size devices
87 + Add Visual studio 2005 workspace template under INSTALLDIR\src directory
88  
89  
90 * V1.2.0 - 10/23/2008
91 =====================
92  
93 New Features
94 ************
95  
96 + Support of Low density and STM32 USB Access line devices
97  
98 Enhancements
99 ************
100  
101 + Fix a minor issue of COM ports with greater than 9 numbers
102 + Fix a minor issue of the GUI pages transition after enabling or disabling protection
103 + RAM size information in the Device information page is removed
104  
105  
106 * V1.1.1 - 06/16/2008
107 =====================
108  
109 + Remove the Software License Agreement file
110  
111 + Update the source files's header to remove reference to the License
112  
113  
114 * V1.1.0 - 06/02/2008
115 ===================
116  
117 New Features
118 ************
119  
120 + Add SOFTWARE License Agreement file
121  
122 + Save the last used configuration for the serial communication
123  
124 + Save the last used file names for upload and download operations
125  
126 + Add Enable/Diable the Read/Write protection commands
127  
128 + Add Option bytes Window for flexible usage
129  
130 + Add Option bytes upgrade thru files option to the download operation
131  
132 + Add of a Command line version of the flash loader demonstrator
133  
134 + Add of Source Files of the command line version
135  
136 + Add headers and and library files of common run-time DLLs
137  
138 + Support all STM32 family products,STR75x products, and all
139 STMicroelectronics products implementing the bootloader protocol
140  
141  
142 Enhancements
143 ************
144  
145 + Fix a minor issue of format with the Upload operation in a binary file
146 + Fix a minor issue with erase command status update
147 + Fix an issue of Download, Upload and erase operations with an image size (>32k)
148  
149  
150  
151 * V1.0.0 - 10/25/2007
152 ====================
153 Created.
154  
155  
156 ******************* (C) COPYRIGHT 2010 STMicroelectronics *****END OF FILE******