Skip to content

Update STM32F3 HAL and CMSIS drivers #1461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f301x8.h
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down Expand Up @@ -8566,8 +8575,8 @@ typedef struct
/* Aliases for __IRQn */
#define ADC1_2_IRQn ADC1_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP1_2_3_IRQn COMP2_IRQn
#define COMP_IRQn COMP2_IRQn
#define COMP1_2_3_IRQn COMP2_IRQn
#define COMP4_5_6_IRQn COMP4_6_IRQn
#define HRTIM1_FLT_IRQn I2C3_ER_IRQn
#define HRTIM1_TIME_IRQn I2C3_EV_IRQn
Expand All @@ -8581,8 +8590,8 @@ typedef struct
/* Aliases for __IRQHandler */
#define ADC1_2_IRQHandler ADC1_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP1_2_3_IRQHandler COMP2_IRQHandler
#define COMP_IRQHandler COMP2_IRQHandler
#define COMP1_2_3_IRQHandler COMP2_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_6_IRQHandler
#define HRTIM1_FLT_IRQHandler I2C3_ER_IRQHandler
#define HRTIM1_TIME_IRQHandler I2C3_EV_IRQHandler
Expand Down
13 changes: 11 additions & 2 deletions system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302x8.h
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down Expand Up @@ -12331,8 +12340,8 @@ typedef struct
/* Aliases for __IRQn */
#define ADC1_2_IRQn ADC1_IRQn
#define COMP1_2_3_IRQn COMP2_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP_IRQn COMP2_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP4_5_6_IRQn COMP4_6_IRQn
#define HRTIM1_FLT_IRQn I2C3_ER_IRQn
#define HRTIM1_TIME_IRQn I2C3_EV_IRQn
Expand All @@ -12350,8 +12359,8 @@ typedef struct
/* Aliases for __IRQHandler */
#define ADC1_2_IRQHandler ADC1_IRQHandler
#define COMP1_2_3_IRQHandler COMP2_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP_IRQHandler COMP2_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_6_IRQHandler
#define HRTIM1_FLT_IRQHandler I2C3_ER_IRQHandler
#define HRTIM1_TIME_IRQHandler I2C3_EV_IRQHandler
Expand Down
13 changes: 11 additions & 2 deletions system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down Expand Up @@ -12677,9 +12686,9 @@ typedef struct

/* Aliases for __IRQn */
#define ADC1_IRQn ADC1_2_IRQn
#define COMP2_IRQn COMP1_2_IRQn
#define COMP_IRQn COMP1_2_IRQn
#define COMP1_2_3_IRQn COMP1_2_IRQn
#define COMP2_IRQn COMP1_2_IRQn
#define COMP4_5_6_IRQn COMP4_6_IRQn
#define TIM15_IRQn TIM1_BRK_TIM15_IRQn
#define TIM18_DAC2_IRQn TIM1_CC_IRQn
Expand All @@ -12694,9 +12703,9 @@ typedef struct

/* Aliases for __IRQHandler */
#define ADC1_IRQHandler ADC1_2_IRQHandler
#define COMP2_IRQHandler COMP1_2_IRQHandler
#define COMP_IRQHandler COMP1_2_IRQHandler
#define COMP1_2_3_IRQHandler COMP1_2_IRQHandler
#define COMP2_IRQHandler COMP1_2_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_6_IRQHandler
#define TIM15_IRQHandler TIM1_BRK_TIM15_IRQHandler
#define TIM18_DAC2_IRQHandler TIM1_CC_IRQHandler
Expand Down
13 changes: 11 additions & 2 deletions system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xe.h
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down Expand Up @@ -14417,8 +14426,8 @@ typedef struct

/* Aliases for __IRQn */
#define ADC1_IRQn ADC1_2_IRQn
#define COMP1_2_3_IRQn COMP1_2_IRQn
#define COMP_IRQn COMP1_2_IRQn
#define COMP1_2_3_IRQn COMP1_2_IRQn
#define COMP2_IRQn COMP1_2_IRQn
#define COMP4_5_6_IRQn COMP4_6_IRQn
#define HRTIM1_FLT_IRQn I2C3_ER_IRQn
Expand All @@ -14436,8 +14445,8 @@ typedef struct

/* Aliases for __IRQHandler */
#define ADC1_IRQHandler ADC1_2_IRQHandler
#define COMP1_2_3_IRQHandler COMP1_2_IRQHandler
#define COMP_IRQHandler COMP1_2_IRQHandler
#define COMP1_2_3_IRQHandler COMP1_2_IRQHandler
#define COMP2_IRQHandler COMP1_2_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_6_IRQHandler
#define HRTIM1_FLT_IRQHandler I2C3_ER_IRQHandler
Expand Down
13 changes: 11 additions & 2 deletions system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f303x8.h
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down Expand Up @@ -12092,8 +12101,8 @@ typedef struct
#define ADC1_IRQn ADC1_2_IRQn
#define USB_LP_CAN_RX0_IRQn CAN_RX0_IRQn
#define USB_HP_CAN_TX_IRQn CAN_TX_IRQn
#define COMP_IRQn COMP2_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP_IRQn COMP2_IRQn
#define COMP1_2_3_IRQn COMP2_IRQn
#define COMP4_5_6_IRQn COMP4_6_IRQn
#define TIM15_IRQn TIM1_BRK_TIM15_IRQn
Expand All @@ -12108,8 +12117,8 @@ typedef struct
#define ADC1_IRQHandler ADC1_2_IRQHandler
#define USB_LP_CAN_RX0_IRQHandler CAN_RX0_IRQHandler
#define USB_HP_CAN_TX_IRQHandler CAN_TX_IRQHandler
#define COMP_IRQHandler COMP2_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP_IRQHandler COMP2_IRQHandler
#define COMP1_2_3_IRQHandler COMP2_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_6_IRQHandler
#define TIM15_IRQHandler TIM1_BRK_TIM15_IRQHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down
13 changes: 11 additions & 2 deletions system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f318xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down Expand Up @@ -8553,8 +8562,8 @@ typedef struct
/* Aliases for __IRQn */
#define ADC1_2_IRQn ADC1_IRQn
#define COMP_IRQn COMP2_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP1_2_3_IRQn COMP2_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP4_5_6_IRQn COMP4_6_IRQn
#define HRTIM1_FLT_IRQn I2C3_ER_IRQn
#define HRTIM1_TIME_IRQn I2C3_EV_IRQn
Expand All @@ -8568,8 +8577,8 @@ typedef struct
/* Aliases for __IRQHandler */
#define ADC1_2_IRQHandler ADC1_IRQHandler
#define COMP_IRQHandler COMP2_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP1_2_3_IRQHandler COMP2_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_6_IRQHandler
#define HRTIM1_FLT_IRQHandler I2C3_ER_IRQHandler
#define HRTIM1_TIME_IRQHandler I2C3_EV_IRQHandler
Expand Down
13 changes: 11 additions & 2 deletions system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f328xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,15 @@ typedef struct
* @{
*/

/** @addtogroup Hardware_Constant_Definition
* @{
*/
#define LSI_STARTUP_TIME 85U /*!< LSI Maximum startup time in us */

/**
* @}
*/

/** @addtogroup Peripheral_Registers_Bits_Definition
* @{
*/
Expand Down Expand Up @@ -12062,9 +12071,9 @@ typedef struct
#define ADC1_IRQn ADC1_2_IRQn
#define USB_LP_CAN_RX0_IRQn CAN_RX0_IRQn
#define USB_HP_CAN_TX_IRQn CAN_TX_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP_IRQn COMP2_IRQn
#define COMP1_2_3_IRQn COMP2_IRQn
#define COMP1_2_IRQn COMP2_IRQn
#define COMP4_5_6_IRQn COMP4_6_IRQn
#define TIM15_IRQn TIM1_BRK_TIM15_IRQn
#define TIM18_DAC2_IRQn TIM1_CC_IRQn
Expand All @@ -12078,9 +12087,9 @@ typedef struct
#define ADC1_IRQHandler ADC1_2_IRQHandler
#define USB_LP_CAN_RX0_IRQHandler CAN_RX0_IRQHandler
#define USB_HP_CAN_TX_IRQHandler CAN_TX_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP_IRQHandler COMP2_IRQHandler
#define COMP1_2_3_IRQHandler COMP2_IRQHandler
#define COMP1_2_IRQHandler COMP2_IRQHandler
#define COMP4_5_6_IRQHandler COMP4_6_IRQHandler
#define TIM15_IRQHandler TIM1_BRK_TIM15_IRQHandler
#define TIM18_DAC2_IRQHandler TIM1_CC_IRQHandler
Expand Down
Loading