mirror of https://github.com/ARMmbed/mbed-os.git
[STM32L0] Update version in files, add Cube driver release note
parent
5a868b18bc
commit
e9c0fd990f
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,8 @@
|
||||||
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
|
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
|
||||||
;* File Name : startup_stm32l053xx.s
|
;* File Name : startup_stm32l053xx.s
|
||||||
;* Author : MCD Application Team
|
;* Author : MCD Application Team
|
||||||
;* Version : V1.0.0
|
;* Version : V1.1.0
|
||||||
;* Date : 22-April-2014
|
;* Date : 18-June-2014
|
||||||
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
|
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
|
||||||
;* This module performs:
|
;* This module performs:
|
||||||
;* - Set the initial SP
|
;* - Set the initial SP
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
|
;******************** (C) COPYRIGHT 2014 STMicroelectronics ********************
|
||||||
;* File Name : startup_stm32l053xx.s
|
;* File Name : startup_stm32l053xx.s
|
||||||
;* Author : MCD Application Team
|
;* Author : MCD Application Team
|
||||||
;* Version : V1.0.0
|
;* Version : V1.1.0
|
||||||
;* Date : 22-April-2014
|
;* Date : 18-June-2014
|
||||||
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
|
;* Description : STM32l053xx Devices vector table for MDK-ARM toolchain.
|
||||||
;* This module performs:
|
;* This module performs:
|
||||||
;* - Set the initial SP
|
;* - Set the initial SP
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32l0xx.h
|
* @file stm32l0xx.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.0.0
|
* @version V1.1.0
|
||||||
* @date 22-April-2014
|
* @date 18-June-2014
|
||||||
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer Header File.
|
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer Header File.
|
||||||
* This file contains all the peripheral register's definitions, bits
|
* This file contains all the peripheral register's definitions, bits
|
||||||
* definitions and memory mapping for STM32L0xx devices.
|
* definitions and memory mapping for STM32L0xx devices.
|
||||||
|
@ -93,10 +93,10 @@
|
||||||
#endif /* USE_HAL_DRIVER */
|
#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_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_SUB2 (0x00) /*!< [15:8] sub2 version */
|
||||||
#define __STM32L0xx_CMSIS_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
|
#define __STM32L0xx_CMSIS_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */
|
||||||
#define __STM32L0xx_CMSIS_DEVICE_VERSION ((__CMSIS_DEVICE_VERSION_MAIN << 24)\
|
#define __STM32L0xx_CMSIS_DEVICE_VERSION ((__CMSIS_DEVICE_VERSION_MAIN << 24)\
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file system_stm32l0xx.c
|
* @file system_stm32l0xx.c
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.0.0
|
* @version V1.1.0
|
||||||
* @date 22-April-2014
|
* @date 18-June-2014
|
||||||
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer System Source File.
|
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer System Source File.
|
||||||
*
|
*
|
||||||
* This file provides two functions and one global variable to be called from
|
* This file provides two functions and one global variable to be called from
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file system_stm32l0xx.h
|
* @file system_stm32l0xx.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.0.0
|
* @version V1.1.0
|
||||||
* @date 22-April-2014
|
* @date 18-June-2014
|
||||||
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer System Header File.
|
* @brief CMSIS Cortex-M0+ Device Peripheral Access Layer System Header File.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @file stm32l0xx_hal_conf.h
|
* @file stm32l0xx_hal_conf.h
|
||||||
* @author MCD Application Team
|
* @author MCD Application Team
|
||||||
* @version V1.0.0
|
* @version V1.1.0
|
||||||
* @date 22-April-2014
|
* @date 18-June-2014
|
||||||
* @brief HAL configuration file.
|
* @brief HAL configuration file.
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* @attention
|
* @attention
|
||||||
|
|
Loading…
Reference in New Issue