[STM32L0] Update version in files, add Cube driver release note

pull/644/head
bcostm 2014-11-04 11:12:26 +01:00
parent 5a868b18bc
commit e9c0fd990f
7 changed files with 1147 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
;* File Name : startup_stm32l053xx.s
;* Author : MCD Application Team
;* Version : V1.0.0
;* Date : 22-April-2014
;* Version : V1.1.0
;* Date : 18-June-2014
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
;* File Name : startup_stm32l053xx.s
;* Author : MCD Application Team
;* Version : V1.0.0
;* Date : 22-April-2014
;* Version : V1.1.0
;* Date : 18-June-2014
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP

View File

@ -2,8 +2,8 @@
******************************************************************************
* @file stm32l0xx.h
* @author MCD Application Team
* @version V1.0.0
* @date 22-April-2014
* @version V1.1.0
* @date 18-June-2014
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer Header File.
* This file contains all the peripheral register's definitions, bits
* definitions and memory mapping for STM32L0xx devices.
@ -93,10 +93,10 @@
#endif /* USE_HAL_DRIVER */
/**
* @brief CMSIS Device version number V1.0.0
* @brief CMSIS Device version number V1.1.0
*/
#define __STM32L0xx_CMSIS_DEVICE_VERSION_MAIN (0x01) /*!< [31:24] main version */
#define __STM32L0xx_CMSIS_DEVICE_VERSION_SUB1 (0x00) /*!< [23:16] sub1 version */
#define __STM32L0xx_CMSIS_DEVICE_VERSION_SUB1 (0x01) /*!< [23:16] sub1 version */
#define __STM32L0xx_CMSIS_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
#define __STM32L0xx_CMSIS_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __STM32L0xx_CMSIS_DEVICE_VERSION ((__CMSIS_DEVICE_VERSION_MAIN << 24)\

View File

@ -2,8 +2,8 @@
******************************************************************************
* @file system_stm32l0xx.c
* @author MCD Application Team
* @version V1.0.0
* @date 22-April-2014
* @version V1.1.0
* @date 18-June-2014
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer System Source File.
*
* This file provides two functions and one global variable to be called from

View File

@ -2,8 +2,8 @@
******************************************************************************
* @file system_stm32l0xx.h
* @author MCD Application Team
* @version V1.0.0
* @date 22-April-2014
* @version V1.1.0
* @date 18-June-2014
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer System Header File.
******************************************************************************
* @attention

View File

@ -2,8 +2,8 @@
******************************************************************************
* @file stm32l0xx_hal_conf.h
* @author MCD Application Team
* @version V1.0.0
* @date 22-April-2014
* @version V1.1.0
* @date 18-June-2014
* @brief HAL configuration file.
******************************************************************************
* @attention