[STM32L1XX] Add STM32CUBE_L1 cmsis files

pull/2220/head
svastm 2016-07-04 15:28:26 +02:00
parent ab5ddb581e
commit 95c17a4ff4
11 changed files with 22 additions and 22 deletions

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l152xc.s ;* File Name : startup_stm32l152xc.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L152XC Devices vector for MDK-ARM toolchain. ;* Description : STM32L152XC Devices vector for MDK-ARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l152xc.s ;* File Name : startup_stm32l152xc.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L152XC Devices vector for MDK-ARM toolchain. ;* Description : STM32L152XC Devices vector for MDK-ARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -2,8 +2,8 @@
****************************************************************************** ******************************************************************************
* @file startup_stm32l152xc.s * @file startup_stm32l152xc.s
* @author MCD Application Team * @author MCD Application Team
* @version V2.1.3 * @version V2.2.0
* @date 04-March-2016 * @date 01-July-2016
* @brief STM32L152XC Devices vector table for * @brief STM32L152XC Devices vector table for
* Atollic toolchain. * Atollic toolchain.
* This module performs: * This module performs:

View File

@ -1,8 +1,8 @@
;/******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;/******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l152xc.s ;* File Name : startup_stm32l152xc.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L152XC Devices vector for EWARM toolchain. ;* Description : STM32L152XC Devices vector for EWARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l152xe.s ;* File Name : startup_stm32l152xe.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L152XE Devices vector for MDK-ARM toolchain. ;* Description : STM32L152XE Devices vector for MDK-ARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l152xe.s ;* File Name : startup_stm32l152xe.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L152XE Devices vector for MDK-ARM toolchain. ;* Description : STM32L152XE Devices vector for MDK-ARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -2,8 +2,8 @@
****************************************************************************** ******************************************************************************
* @file startup_stm32l152xe.s * @file startup_stm32l152xe.s
* @author MCD Application Team * @author MCD Application Team
* @version V2.1.3 * @version V2.2.0
* @date 04-March-2016 * @date 01-July-2016
* @brief STM32L152XE Devices vector table for * @brief STM32L152XE Devices vector table for
* Atollic toolchain. * Atollic toolchain.
* This module performs: * This module performs:

View File

@ -1,8 +1,8 @@
;/******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;/******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l152xe.s ;* File Name : startup_stm32l152xe.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L152XE Devices vector for EWARM toolchain. ;* Description : STM32L152XE Devices vector for EWARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l151xc.s ;* File Name : startup_stm32l151xc.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L151XC Devices vector for MDK-ARM toolchain. ;* Description : STM32L151XC Devices vector for MDK-ARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -1,8 +1,8 @@
;******************** (C) COPYRIGHT 2016 STMicroelectronics ******************** ;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
;* File Name : startup_stm32l151xc.s ;* File Name : startup_stm32l151xc.s
;* Author : MCD Application Team ;* Author : MCD Application Team
;* Version : V2.1.3 ;* Version : V2.2.0
;* Date : 04-March-2016 ;* Date : 01-July-2016
;* Description : STM32L151XC Devices vector for MDK-ARM toolchain. ;* Description : STM32L151XC Devices vector for MDK-ARM toolchain.
;* This module performs: ;* This module performs:
;* - Set the initial SP ;* - Set the initial SP

View File

@ -2,8 +2,8 @@
****************************************************************************** ******************************************************************************
* @file startup_stm32l151xc.s * @file startup_stm32l151xc.s
* @author MCD Application Team * @author MCD Application Team
* @version V2.1.3 * @version V2.2.0
* @date 04-March-2016 * @date 01-July-2016
* @brief STM32L151XC Devices vector table for * @brief STM32L151XC Devices vector table for
* Atollic toolchain. * Atollic toolchain.
* This module performs: * This module performs: