Skip to content

Commit bc256ef

Browse files
committed
Update CMSIS Device ST from STM32CubeF4 V1.16.0
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 18faab6 commit bc256ef

File tree

97 files changed

+4736
-1751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+4736
-1751
lines changed

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h

+160-55
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h

+160-55
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h

+196-73
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h

+199-76
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f410cx.h

+127-35
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f410rx.h

+127-35
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f410tx.h

+124-35
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h

+159-55
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412cx.h

+187-61
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412rx.h

+205-62
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412vx.h

+205-62
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412zx.h

+205-62
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f413xx.h

+204-70
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f415xx.h

+195-73
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f417xx.h

+198-76
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f423xx.h

+204-70
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f427xx.h

+233-81
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h

+233-81
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f437xx.h

+232-81
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f439xx.h

+232-81
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h

+237-90
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f469xx.h

+243-78
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f479xx.h

+242-78
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f4xx.h
44
* @author MCD Application Team
5-
* @version V2.6.0
6-
* @date 04-November-2016
5+
* @version V2.6.1
6+
* @date 14-February-2017
77
* @brief CMSIS STM32F4xx Device Peripheral Access Layer Header File.
88
*
99
* The file is the unique include file that the application programmer
@@ -18,7 +18,7 @@
1818
******************************************************************************
1919
* @attention
2020
*
21-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
21+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
2222
*
2323
* Redistribution and use in source and binary forms, with or without modification,
2424
* are permitted provided that the following conditions are met:
@@ -124,11 +124,11 @@
124124
#endif /* USE_HAL_DRIVER */
125125

126126
/**
127-
* @brief CMSIS version number V2.6.0
127+
* @brief CMSIS version number V2.6.1
128128
*/
129129
#define __STM32F4xx_CMSIS_VERSION_MAIN (0x02U) /*!< [31:24] main version */
130130
#define __STM32F4xx_CMSIS_VERSION_SUB1 (0x06U) /*!< [23:16] sub1 version */
131-
#define __STM32F4xx_CMSIS_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */
131+
#define __STM32F4xx_CMSIS_VERSION_SUB2 (0x01U) /*!< [15:8] sub2 version */
132132
#define __STM32F4xx_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */
133133
#define __STM32F4xx_CMSIS_VERSION ((__STM32F4xx_CMSIS_VERSION_MAIN << 24)\
134134
|(__STM32F4xx_CMSIS_VERSION_SUB1 << 16)\

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
******************************************************************************
33
* @file system_stm32f4xx.h
44
* @author MCD Application Team
5-
* @version V2.6.0
6-
* @date 04-November-2016
5+
* @version V2.6.1
6+
* @date 14-February-2017
77
* @brief CMSIS Cortex-M4 Device System Source File for STM32F4xx devices.
88
******************************************************************************
99
* @attention
1010
*
11-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
11+
* <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
1212
*
1313
* Redistribution and use in source and binary forms, with or without modification,
1414
* are permitted provided that the following conditions are met:

system/Drivers/CMSIS/Device/ST/STM32F4xx/Release_Notes.html

+5-2
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xc.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f401xc.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F401xc devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xe.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f401xe.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F401xe devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f405xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f405xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F405xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f407xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F407xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410cx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f410cx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F410Cx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410rx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f410rx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F410Rx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f410tx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f410tx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F410Tx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f411xe.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F411xExx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412cx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f412cx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F412Cx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412rx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f412rx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F412Rx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412vx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f412vx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F412Vx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f412zx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f412zx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F412Zx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f413xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f413xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F413xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f415xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f415xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F415xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f417xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f417xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F417xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f423xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f423xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F423xx devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f427xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F427x devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f429xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F429x devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f437xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f437xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F437x devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f439xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F439x devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f446xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F446x devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f469xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f469xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F469x devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f479xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
;******************** (C) COPYRIGHT 2016 STMicroelectronics ********************
1+
;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
22
;* File Name : startup_stm32f479xx.s
33
;* Author : MCD Application Team
4-
;* Version : V2.6.0
5-
;* Date : 04-November-2016
4+
;* Version : V2.6.1
5+
;* Date : 14-February-2017
66
;* Description : STM32F479x devices vector table for MDK-ARM toolchain.
77
;* This module performs:
88
;* - Set the initial SP

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xc.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file startup_stm32f401xc.s
44
* @author MCD Application Team
5-
* @version V2.6.0
6-
* @date 04-November-2016
5+
* @version V2.6.1
6+
* @date 14-February-2017
77
* @brief STM32F401xCxx Devices vector table for GCC based toolchains.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
******************************************************************************
1717
* @attention
1818
*
19-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT 2017 STMicroelectronics</center></h2>
2020
*
2121
* Redistribution and use in source and binary forms, with or without modification,
2222
* are permitted provided that the following conditions are met:

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xe.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file startup_stm32f401xe.s
44
* @author MCD Application Team
5-
* @version V2.6.0
6-
* @date 04-November-2016
5+
* @version V2.6.1
6+
* @date 14-February-2017
77
* @brief STM32F401xExx Devices vector table for GCC based toolchains.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
******************************************************************************
1717
* @attention
1818
*
19-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT 2017 STMicroelectronics</center></h2>
2020
*
2121
* Redistribution and use in source and binary forms, with or without modification,
2222
* are permitted provided that the following conditions are met:

system/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f405xx.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file startup_stm32f405xx.s
44
* @author MCD Application Team
5-
* @version V2.6.0
6-
* @date 04-November-2016
5+
* @version V2.6.1
6+
* @date 14-February-2017
77
* @brief STM32F405xx Devices vector table for GCC based toolchains.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
******************************************************************************
1717
* @attention
1818
*
19-
* <h2><center>&copy; COPYRIGHT 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT 2017 STMicroelectronics</center></h2>
2020
*
2121
* Redistribution and use in source and binary forms, with or without modification,
2222
* are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)