Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit915b037

Browse files
authored
Merge pull request#1969 from fpistm/CubeL0_Update
Update to latest STM32CubeL0 v1.12.2
2 parents343c091 +ba07738 commit915b037

File tree

204 files changed

+9034
-6363
lines changed

Some content is hidden

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

204 files changed

+9034
-6363
lines changed

‎system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x4.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright(c) 2016 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright(c) 2016 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/
@@ -72,7 +71,7 @@ typedef enum
7271
/****** Cortex-M0 Processor Exceptions Numbers ******************************************************/
7372
NonMaskableInt_IRQn=-14,/*!< 2 Non Maskable Interrupt */
7473
HardFault_IRQn=-13,/*!< 3 Cortex-M0+ Hard Fault Interrupt */
75-
SVC_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
74+
SVCall_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
7675
PendSV_IRQn=-2,/*!< 14 Cortex-M0+ Pend SV Interrupt */
7776
SysTick_IRQn=-1,/*!< 15 Cortex-M0+ System Tick Interrupt */
7877

@@ -3614,7 +3613,7 @@ typedef struct
36143613
#defineRCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos)/*!< 0x00004000 */
36153614
#defineRCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk/*!< External Low Speed oscillator CSS Detected */
36163615

3617-
/*!< RTCcongiguration */
3616+
/*!< RTCconfiguration */
36183617
#defineRCC_CSR_RTCSEL_Pos (16U)
36193618
#defineRCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos)/*!< 0x00030000 */
36203619
#defineRCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk/*!< RTCSEL[1:0] bits (RTC clock source selection) */
@@ -5693,7 +5692,7 @@ typedef struct
56935692
#defineIS_TIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
56945693
((INSTANCE) == TIM21))
56955694

5696-
/***************** TIM Instances : external trigger inputavailabe ************/
5695+
/***************** TIM Instances : external trigger inputavailable ************/
56975696
#defineIS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
56985697
((INSTANCE) == TIM21))
56995698

@@ -5778,6 +5777,7 @@ typedef struct
57785777
#defineRCC_CRS_IRQn RCC_IRQn
57795778
#defineDMA1_Channel4_5_6_7_IRQn DMA1_Channel4_5_IRQn
57805779
#defineADC1_COMP_IRQn ADC1_IRQn
5780+
#defineSVC_IRQn SVCall_IRQn
57815781

57825782
/* Aliases for __IRQHandler */
57835783
#defineRNG_LPUART1_IRQHandler LPUART1_IRQHandler
@@ -5803,4 +5803,3 @@ typedef struct
58035803

58045804

58055805

5806-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

‎system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x6.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright(c) 2016 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright(c) 2016 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/
@@ -72,7 +71,7 @@ typedef enum
7271
/****** Cortex-M0 Processor Exceptions Numbers ******************************************************/
7372
NonMaskableInt_IRQn=-14,/*!< 2 Non Maskable Interrupt */
7473
HardFault_IRQn=-13,/*!< 3 Cortex-M0+ Hard Fault Interrupt */
75-
SVC_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
74+
SVCall_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
7675
PendSV_IRQn=-2,/*!< 14 Cortex-M0+ Pend SV Interrupt */
7776
SysTick_IRQn=-1,/*!< 15 Cortex-M0+ System Tick Interrupt */
7877

@@ -3647,7 +3646,7 @@ typedef struct
36473646
#defineRCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos)/*!< 0x00004000 */
36483647
#defineRCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk/*!< External Low Speed oscillator CSS Detected */
36493648

3650-
/*!< RTCcongiguration */
3649+
/*!< RTCconfiguration */
36513650
#defineRCC_CSR_RTCSEL_Pos (16U)
36523651
#defineRCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos)/*!< 0x00030000 */
36533652
#defineRCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk/*!< RTCSEL[1:0] bits (RTC clock source selection) */
@@ -5749,7 +5748,7 @@ typedef struct
57495748
#defineIS_TIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
57505749
((INSTANCE) == TIM21))
57515750

5752-
/***************** TIM Instances : external trigger inputavailabe ************/
5751+
/***************** TIM Instances : external trigger inputavailable ************/
57535752
#defineIS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
57545753
((INSTANCE) == TIM21))
57555754

@@ -5834,6 +5833,7 @@ typedef struct
58345833
#defineRCC_CRS_IRQn RCC_IRQn
58355834
#defineDMA1_Channel4_5_IRQn DMA1_Channel4_5_6_7_IRQn
58365835
#defineADC1_COMP_IRQn ADC1_IRQn
5836+
#defineSVC_IRQn SVCall_IRQn
58375837

58385838
/* Aliases for __IRQHandler */
58395839
#defineRNG_LPUART1_IRQHandler LPUART1_IRQHandler
@@ -5859,4 +5859,3 @@ typedef struct
58595859

58605860

58615861

5862-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

‎system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010x8.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright(c) 2016 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright(c) 2016 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/
@@ -72,7 +71,7 @@ typedef enum
7271
/****** Cortex-M0 Processor Exceptions Numbers ******************************************************/
7372
NonMaskableInt_IRQn=-14,/*!< 2 Non Maskable Interrupt */
7473
HardFault_IRQn=-13,/*!< 3 Cortex-M0+ Hard Fault Interrupt */
75-
SVC_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
74+
SVCall_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
7675
PendSV_IRQn=-2,/*!< 14 Cortex-M0+ Pend SV Interrupt */
7776
SysTick_IRQn=-1,/*!< 15 Cortex-M0+ System Tick Interrupt */
7877

@@ -3658,7 +3657,7 @@ typedef struct
36583657
#defineRCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos)/*!< 0x00004000 */
36593658
#defineRCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk/*!< External Low Speed oscillator CSS Detected */
36603659

3661-
/*!< RTCcongiguration */
3660+
/*!< RTCconfiguration */
36623661
#defineRCC_CSR_RTCSEL_Pos (16U)
36633662
#defineRCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos)/*!< 0x00030000 */
36643663
#defineRCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk/*!< RTCSEL[1:0] bits (RTC clock source selection) */
@@ -5744,7 +5743,7 @@ typedef struct
57445743
#defineIS_TIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
57455744
((INSTANCE) == TIM21))
57465745

5747-
/***************** TIM Instances : external trigger inputavailabe ************/
5746+
/***************** TIM Instances : external trigger inputavailable ************/
57485747
#defineIS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
57495748
((INSTANCE) == TIM21))
57505749

@@ -5830,6 +5829,7 @@ typedef struct
58305829
#defineRCC_CRS_IRQn RCC_IRQn
58315830
#defineDMA1_Channel4_5_IRQn DMA1_Channel4_5_6_7_IRQn
58325831
#defineADC1_COMP_IRQn ADC1_IRQn
5832+
#defineSVC_IRQn SVCall_IRQn
58335833

58345834
/* Aliases for __IRQHandler */
58355835
#defineRNG_LPUART1_IRQHandler LPUART1_IRQHandler
@@ -5855,4 +5855,3 @@ typedef struct
58555855

58565856

58575857

5858-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

‎system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l010xb.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright(c) 2016 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright(c) 2016 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/
@@ -72,7 +71,7 @@ typedef enum
7271
/****** Cortex-M0 Processor Exceptions Numbers ******************************************************/
7372
NonMaskableInt_IRQn=-14,/*!< 2 Non Maskable Interrupt */
7473
HardFault_IRQn=-13,/*!< 3 Cortex-M0+ Hard Fault Interrupt */
75-
SVC_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
74+
SVCall_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
7675
PendSV_IRQn=-2,/*!< 14 Cortex-M0+ Pend SV Interrupt */
7776
SysTick_IRQn=-1,/*!< 15 Cortex-M0+ System Tick Interrupt */
7877

@@ -3687,7 +3686,7 @@ typedef struct
36873686
#defineRCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos)/*!< 0x00004000 */
36883687
#defineRCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk/*!< External Low Speed oscillator CSS Detected */
36893688

3690-
/*!< RTCcongiguration */
3689+
/*!< RTCconfiguration */
36913690
#defineRCC_CSR_RTCSEL_Pos (16U)
36923691
#defineRCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos)/*!< 0x00030000 */
36933692
#defineRCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk/*!< RTCSEL[1:0] bits (RTC clock source selection) */
@@ -5816,7 +5815,7 @@ typedef struct
58165815
((INSTANCE) == TIM21) || \
58175816
((INSTANCE) == TIM22))
58185817

5819-
/***************** TIM Instances : external trigger inputavailabe ************/
5818+
/***************** TIM Instances : external trigger inputavailable ************/
58205819
#defineIS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
58215820
((INSTANCE) == TIM21) || \
58225821
((INSTANCE) == TIM22))
@@ -5906,6 +5905,7 @@ typedef struct
59065905
#defineRCC_CRS_IRQn RCC_IRQn
59075906
#defineDMA1_Channel4_5_IRQn DMA1_Channel4_5_6_7_IRQn
59085907
#defineADC1_COMP_IRQn ADC1_IRQn
5908+
#defineSVC_IRQn SVCall_IRQn
59095909

59105910
/* Aliases for __IRQHandler */
59115911
#defineRNG_LPUART1_IRQHandler LPUART1_IRQHandler
@@ -5931,4 +5931,3 @@ typedef struct
59315931

59325932

59335933

5934-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

‎system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l011xx.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright(c) 2016 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright(c) 2016 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/
@@ -72,7 +71,7 @@ typedef enum
7271
/****** Cortex-M0 Processor Exceptions Numbers ******************************************************/
7372
NonMaskableInt_IRQn=-14,/*!< 2 Non Maskable Interrupt */
7473
HardFault_IRQn=-13,/*!< 3 Cortex-M0+ Hard Fault Interrupt */
75-
SVC_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
74+
SVCall_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
7675
PendSV_IRQn=-2,/*!< 14 Cortex-M0+ Pend SV Interrupt */
7776
SysTick_IRQn=-1,/*!< 15 Cortex-M0+ System Tick Interrupt */
7877

@@ -3723,7 +3722,7 @@ typedef struct
37233722
#defineRCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos)/*!< 0x00004000 */
37243723
#defineRCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk/*!< External Low Speed oscillator CSS Detected */
37253724

3726-
/*!< RTCcongiguration */
3725+
/*!< RTCconfiguration */
37273726
#defineRCC_CSR_RTCSEL_Pos (16U)
37283727
#defineRCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos)/*!< 0x00030000 */
37293728
#defineRCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk/*!< RTCSEL[1:0] bits (RTC clock source selection) */
@@ -5835,7 +5834,7 @@ typedef struct
58355834
#defineIS_TIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
58365835
((INSTANCE) == TIM21))
58375836

5838-
/***************** TIM Instances : external trigger inputavailabe ************/
5837+
/***************** TIM Instances : external trigger inputavailable ************/
58395838
#defineIS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
58405839
((INSTANCE) == TIM21))
58415840

@@ -5920,6 +5919,7 @@ typedef struct
59205919
#defineRCC_CRS_IRQn RCC_IRQn
59215920
#defineDMA1_Channel4_5_6_7_IRQn DMA1_Channel4_5_IRQn
59225921
#defineADC1_IRQn ADC1_COMP_IRQn
5922+
#defineSVC_IRQn SVCall_IRQn
59235923

59245924
/* Aliases for __IRQHandler */
59255925
#defineRNG_LPUART1_IRQHandler LPUART1_IRQHandler
@@ -5945,4 +5945,3 @@ typedef struct
59455945

59465946

59475947

5948-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

‎system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l021xx.h

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright(c) 2016 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright(c) 2016 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/
@@ -72,7 +71,7 @@ typedef enum
7271
/****** Cortex-M0 Processor Exceptions Numbers ******************************************************/
7372
NonMaskableInt_IRQn=-14,/*!< 2 Non Maskable Interrupt */
7473
HardFault_IRQn=-13,/*!< 3 Cortex-M0+ Hard Fault Interrupt */
75-
SVC_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
74+
SVCall_IRQn=-5,/*!< 11 Cortex-M0+ SV Call Interrupt */
7675
PendSV_IRQn=-2,/*!< 14 Cortex-M0+ Pend SV Interrupt */
7776
SysTick_IRQn=-1,/*!< 15 Cortex-M0+ System Tick Interrupt */
7877

@@ -3860,7 +3859,7 @@ typedef struct
38603859
#defineRCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos)/*!< 0x00004000 */
38613860
#defineRCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk/*!< External Low Speed oscillator CSS Detected */
38623861

3863-
/*!< RTCcongiguration */
3862+
/*!< RTCconfiguration */
38643863
#defineRCC_CSR_RTCSEL_Pos (16U)
38653864
#defineRCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos)/*!< 0x00030000 */
38663865
#defineRCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk/*!< RTCSEL[1:0] bits (RTC clock source selection) */
@@ -5975,7 +5974,7 @@ typedef struct
59755974
#defineIS_TIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
59765975
((INSTANCE) == TIM21))
59775976

5978-
/***************** TIM Instances : external trigger inputavailabe ************/
5977+
/***************** TIM Instances : external trigger inputavailable ************/
59795978
#defineIS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
59805979
((INSTANCE) == TIM21))
59815980

@@ -6060,6 +6059,7 @@ typedef struct
60606059
#defineRCC_CRS_IRQn RCC_IRQn
60616060
#defineDMA1_Channel4_5_6_7_IRQn DMA1_Channel4_5_IRQn
60626061
#defineADC1_IRQn ADC1_COMP_IRQn
6062+
#defineSVC_IRQn SVCall_IRQn
60636063

60646064
/* Aliases for __IRQHandler */
60656065
#defineLPUART1_IRQHandler AES_LPUART1_IRQHandler
@@ -6085,4 +6085,3 @@ typedef struct
60856085

60866086

60876087

6088-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp