/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name          : version.txt
* Author             : MCD Application Team
* Version            : V2.0.0
* Date               : 06/16/2008
* Description        : Version file for AN2594 "EEPROM emulation in STM32F101xx
*                      and STM32F103xx microcontrollers" firmware.
*                      The enclosed firmware and all the related documentation
*                      are not covered by a License Agreement, if you need such
*                      License you can contact your local STMicroelectronics
*                      office.
********************************************************************************
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
* CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/


* V2.0.0 - 06/16/2008
=====================

  + Update with STM32F10x FWLib V2.0.1 to support the extra peripherals and
    features embedded in the STM32 High-density devices

  + Update to support up to 512KB of Flash memory programming in STM32
    High-density devices 
   
  + eeprom.c
     - In EE_VerifyPageFullWriteVariable() routine, the lines of codes corresponding
       to the check if the new variable value is already written are removed
 
     - A new routine EE_Init() is added allowing to detect pages status corruption
       in case of power loss and to perform repair when necessary.

     - In EE_PageTransfer() routine, the erase of the old page is performed before 
       switching the new page from RECEIVE_DATA to VALID_PAGE.

   + For more details about this example implementation, please refer to the
     AN2594 "EEPROM emulation in STM32F101xx and STM32F103xx microcontrollers",
     available for download from the ST microcontrollers website: www.st.com/stm32
           
   Glossary
       - Medium-density devices are STM32F101xx and STM32F103xx microcontrollers
         where the Flash memory density ranges between 32 and 128 Kbytes.
       - High-density devices are STM32F101xx and STM32F103xx microcontrollers
         where the Flash memory density ranges between 256 and 512 Kbytes.
         
* V1.0 - 10/08/2007
====================
  Created.


******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******
