Skip to content

Commit 24928e9

Browse files
authored
Merge pull request #1463 from fpistm/UpdateL0
Update STM32L0 HAL and CMSIS drivers
2 parents 14bbe2f + 8c6ca12 commit 24928e9

File tree

103 files changed

+3858
-2375
lines changed

Some content is hidden

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

103 files changed

+3858
-2375
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,15 @@ typedef struct
565565
/** @addtogroup Exported_constants
566566
* @{
567567
*/
568+
569+
/** @addtogroup Hardware_Constant_Definition
570+
* @{
571+
*/
572+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
573+
574+
/**
575+
* @}
576+
*/
568577

569578
/** @addtogroup Peripheral_Registers_Bits_Definition
570579
* @{

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,15 @@ typedef struct
571571
/** @addtogroup Exported_constants
572572
* @{
573573
*/
574+
575+
/** @addtogroup Hardware_Constant_Definition
576+
* @{
577+
*/
578+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
579+
580+
/**
581+
* @}
582+
*/
574583

575584
/** @addtogroup Peripheral_Registers_Bits_Definition
576585
* @{

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,15 @@ typedef struct
573573
/** @addtogroup Exported_constants
574574
* @{
575575
*/
576+
577+
/** @addtogroup Hardware_Constant_Definition
578+
* @{
579+
*/
580+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
581+
582+
/**
583+
* @}
584+
*/
576585

577586
/** @addtogroup Peripheral_Registers_Bits_Definition
578587
* @{

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,15 @@ typedef struct
578578
/** @addtogroup Exported_constants
579579
* @{
580580
*/
581+
582+
/** @addtogroup Hardware_Constant_Definition
583+
* @{
584+
*/
585+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
586+
587+
/**
588+
* @}
589+
*/
581590

582591
/** @addtogroup Peripheral_Registers_Bits_Definition
583592
* @{

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,15 @@ typedef struct
585585
/** @addtogroup Exported_constants
586586
* @{
587587
*/
588+
589+
/** @addtogroup Hardware_Constant_Definition
590+
* @{
591+
*/
592+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
593+
594+
/**
595+
* @}
596+
*/
588597

589598
/** @addtogroup Peripheral_Registers_Bits_Definition
590599
* @{

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,15 @@ typedef struct
606606
/** @addtogroup Exported_constants
607607
* @{
608608
*/
609+
610+
/** @addtogroup Hardware_Constant_Definition
611+
* @{
612+
*/
613+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
614+
615+
/**
616+
* @}
617+
*/
609618

610619
/** @addtogroup Peripheral_Registers_Bits_Definition
611620
* @{

system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l031xx.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,15 @@ typedef struct
594594
/** @addtogroup Exported_constants
595595
* @{
596596
*/
597+
598+
/** @addtogroup Hardware_Constant_Definition
599+
* @{
600+
*/
601+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
602+
603+
/**
604+
* @}
605+
*/
597606

598607
/** @addtogroup Peripheral_Registers_Bits_Definition
599608
* @{

system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l041xx.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,15 @@ typedef struct
615615
/** @addtogroup Exported_constants
616616
* @{
617617
*/
618+
619+
/** @addtogroup Hardware_Constant_Definition
620+
* @{
621+
*/
622+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
623+
624+
/**
625+
* @}
626+
*/
618627

619628
/** @addtogroup Peripheral_Registers_Bits_Definition
620629
* @{

system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,15 @@ typedef struct
629629
/** @addtogroup Exported_constants
630630
* @{
631631
*/
632+
633+
/** @addtogroup Hardware_Constant_Definition
634+
* @{
635+
*/
636+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
637+
638+
/**
639+
* @}
640+
*/
632641

633642
/** @addtogroup Peripheral_Registers_Bits_Definition
634643
* @{

system/Drivers/CMSIS/Device/ST/STM32L0xx/Include/stm32l052xx.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,15 @@ typedef struct
738738
/** @addtogroup Exported_constants
739739
* @{
740740
*/
741+
742+
/** @addtogroup Hardware_Constant_Definition
743+
* @{
744+
*/
745+
#define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */
746+
747+
/**
748+
* @}
749+
*/
741750

742751
/** @addtogroup Peripheral_Registers_Bits_Definition
743752
* @{

0 commit comments

Comments
 (0)