Skip to content

Commit 19ff550

Browse files
committed
Updated STM32F1xx CMSIS to v4.2.0
Included in STM32CubeF1 FW V1.6.0 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6403e83 commit 19ff550

33 files changed

+4828
-10805
lines changed

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xb.h

Lines changed: 257 additions & 705 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f100xe.h

Lines changed: 293 additions & 739 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101x6.h

Lines changed: 202 additions & 637 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xb.h

Lines changed: 207 additions & 640 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xe.h

Lines changed: 268 additions & 698 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f101xg.h

Lines changed: 296 additions & 749 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102x6.h

Lines changed: 376 additions & 811 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f102xb.h

Lines changed: 379 additions & 812 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103x6.h

Lines changed: 391 additions & 824 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h

Lines changed: 402 additions & 833 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h

Lines changed: 463 additions & 885 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xg.h

Lines changed: 474 additions & 896 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f105xc.h

Lines changed: 300 additions & 689 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f107xc.h

Lines changed: 373 additions & 762 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
******************************************************************************
33
* @file stm32f1xx.h
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief CMSIS STM32F1xx 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:
@@ -108,10 +108,10 @@
108108
#endif /* USE_HAL_DRIVER */
109109

110110
/**
111-
* @brief CMSIS Device version number
111+
* @brief CMSIS Device version number V4.2.0
112112
*/
113-
#define __STM32F1_CMSIS_VERSION_MAIN (0x04) /*!< [31:24] main version */
114-
#define __STM32F1_CMSIS_VERSION_SUB1 (0x01) /*!< [23:16] sub1 version */
113+
#define __STM32F1_CMSIS_VERSION_MAIN (0x04) /*!< [31:24] main version */
114+
#define __STM32F1_CMSIS_VERSION_SUB1 (0x02) /*!< [23:16] sub1 version */
115115
#define __STM32F1_CMSIS_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */
116116
#define __STM32F1_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
117117
#define __STM32F1_CMSIS_VERSION ((__STM32F1_CMSIS_VERSION_MAIN << 24)\

system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
******************************************************************************
33
* @file system_stm32f10x.h
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File.
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:
@@ -67,8 +67,8 @@
6767
*/
6868

6969
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
70-
extern const uint8_t AHBPrescTable[16]; /*!< AHB prescalers table values */
71-
extern const uint8_t APBPrescTable[8]; /*!< APB prescalers table values */
70+
extern const uint8_t AHBPrescTable[16U]; /*!< AHB prescalers table values */
71+
extern const uint8_t APBPrescTable[8U]; /*!< APB prescalers table values */
7272

7373
/**
7474
* @}

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,29 @@ <h1 style="margin-bottom: 18pt; text-align: center;" align="center"><span style=
294294
<tr>
295295
<td style="padding: 0cm;" valign="top">
296296
<span style="font-family: &quot;Times New Roman&quot;;"></span>
297-
<h2 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"><a name="History"></a><span style="font-size: 12pt; color: white;">Update History</span></h2><h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V4.1.0 / 29-April-2016 <o:p></o:p></span></h3>
297+
<h2 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;"><a name="History"></a><span style="font-size: 12pt; color: white;">Update History</span></h2><h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V4.2.0 / 31-March-2017 <o:p></o:p></span></h3>
298+
299+
300+
301+
302+
303+
304+
305+
306+
307+
308+
309+
310+
311+
312+
313+
314+
315+
316+
317+
318+
<p class="MsoNormal" style="margin: 4.5pt 0cm 4.5pt 18pt;"><b style=""><u><span style="font-size: 10pt; font-family: Verdana; color: black;">Main
319+
Changes</span></u></b></p><ul><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Use _Pos and _Mask macros for all Bit Definitions</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Remove Core-CM3 bit definitions from CMSIS devices drivers:&nbsp;</span><span style="font-family: Verdana,sans-serif; font-size: 10pt;">duplicated</span><span style="font-family: Verdana,sans-serif; font-size: 10pt;"> with bit definitions in core_cm3.h.</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">General updates in header files to support LL drivers</span><span style="font-family: Verdana,sans-serif; font-size: 10pt;"></span></li><ul><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Remove TIM&nbsp;</span><span style="font-family: Verdana,sans-serif; font-size: 10pt;">SMCR OCCS and TIM CCER CC4NP</span><span style="font-family: Verdana,sans-serif; font-size: 10pt;"> bit definitions<br></span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Add new USART defines: USART_CR1_OVER8 and USART_CR3_ONEBIT<br></span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Add I2C_DR_DR bit definition</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Add new I2C macros: </span><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_SMBUS_ALL_INSTANCE</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Add new LL I2S defines:&nbsp;</span><span style="font-family: Verdana,sans-serif; font-size: 10pt;">SPI_I2S_SUPPORT and I2S2_I2S3_CLOCK_FEATURE</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Rename DAC instance to DAC1<br></span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Rename&nbsp;PWR_CR_PLS_<span style="font-weight: bold;">XXX</span> to&nbsp;PWR_CR_PLS_LEV<span style="font-weight: bold;">X</span></span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Add RCC LL defines</span></li><ul><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">RCC_HSE_MIN</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">RCC_HSE_MAX</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">RCC_MAX_FREQUENCY</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">RCC_PLL_SUPPORT</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">RCC_PLLI2S_SUPPORT<br></span></li></ul><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">Add new TIM macros to check TIM feature instance support:</span></li><ul><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_COUNTER_MODE_SELECT_INSTANCE()</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_ADVANCED_INSTANCE</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_ETR_INSTANCE</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_32B_COUNTER_INSTANCE</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_BREAK_INSTANCE()</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_CCXN_INSTANCE()</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_REPETITION_COUNTER_INSTANCE()</span></li><li class="MsoNormal" style="margin-top: 4.5pt; margin-bottom: 4.5pt; color: black;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;">IS_TIM_COMMUTATION_EVENT_INSTANCE()</span></li></ul></ul></ul><h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V4.1.0 / 29-April-2016 <o:p></o:p></span></h3>
298320

299321

300322

system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f100xb.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F100xB Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f100xe.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F100xE Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f101x6.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F101x6 Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f101xb.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F101xB Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f101xe.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F101xE Value Line Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f101xg.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F101xG Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f102x6.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F102x6 Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f102xb.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F102xB Value Line Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
*************** (C) COPYRIGHT 2016 STMicroelectronics ************************
2+
*************** (C) COPYRIGHT 2017 STMicroelectronics ************************
33
* @file startup_stm32f103x6.s
44
* @author MCD Application Team
5-
* @version V4.1.0
6-
* @date 29-April-2016
5+
* @version V4.2.0
6+
* @date 31-March-2017
77
* @brief STM32F103x6 Devices vector table for Atollic toolchain.
88
* This module performs:
99
* - Set the initial SP
@@ -16,7 +16,7 @@
1616
* priority is Privileged, and the Stack is set to Main.
1717
******************************************************************************
1818
*
19-
* <h2><center>&copy; COPYRIGHT(c) 2016 STMicroelectronics</center></h2>
19+
* <h2><center>&copy; COPYRIGHT(c) 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)