Commit 6ba6cdca authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Kumar Gala
Browse files

stm32cube: update stm32f4 to version V1.25.2

Update Cube version for STM32F4xx series
on https://github.com/STMicroelectronics


from version v1.25.1
to version v1.25.2

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 6773ea7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Origin:
   http://www.st.com/en/embedded-software/stm32cubef4.html

Status:
   version v1.25.1
   version v1.25.2

Purpose:
   ST Microelectronics official MCU package for STM32F4 series.
@@ -23,7 +23,7 @@ URL:
   https://github.com/STMicroelectronics/STM32CubeF4

Commit:
   9f5ea7421d22c724516d00218b350d1e09a54a2c
   2d5b78e2da98fb44e028d87f4ff815427991affc

Maintained-by:
   External
+0 −6
Original line number Diff line number Diff line
@@ -33,12 +33,6 @@
/* ########################## Module Selection ############################## */
/**
  * @brief This is the list of modules to be used in the HAL driver
  *
  *     Note:
  *     	HAL_I2C_MODULE_ENABLED had to be disabled due to the HAL
  *     	redefining I2C_SPEED_STANDARD and I2C_SPEED_FAST when the
  *     	I2C LL driver was enabled.
  *
  */
#define HAL_MODULE_ENABLED
#define HAL_ADC_MODULE_ENABLED
+2 −2
Original line number Diff line number Diff line
@@ -50,11 +50,11 @@
  * @{
  */
/**
  * @brief STM32F4xx HAL Driver version number V1.7.9
  * @brief STM32F4xx HAL Driver version number V1.7.10
  */
#define __STM32F4xx_HAL_VERSION_MAIN   (0x01U) /*!< [31:24] main version */
#define __STM32F4xx_HAL_VERSION_SUB1   (0x07U) /*!< [23:16] sub1 version */
#define __STM32F4xx_HAL_VERSION_SUB2   (0x09U) /*!< [15:8]  sub2 version */
#define __STM32F4xx_HAL_VERSION_SUB2   (0x0AU) /*!< [15:8]  sub2 version */
#define __STM32F4xx_HAL_VERSION_RC     (0x00U) /*!< [7:0]  release candidate */
#define __STM32F4xx_HAL_VERSION         ((__STM32F4xx_HAL_VERSION_MAIN << 24U)\
                                        |(__STM32F4xx_HAL_VERSION_SUB1 << 16U)\
+1 −1
Original line number Diff line number Diff line
@@ -3043,7 +3043,7 @@ HAL_StatusTypeDef HAL_I2C_Mem_Write_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAdd
        if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, I2C_TIMEOUT_FLAG, tickstart) != HAL_OK)
        {
          /* Abort the ongoing DMA */
          dmaxferstatus = HAL_DMA_Abort_IT(hi2c->hdmarx);
          dmaxferstatus = HAL_DMA_Abort_IT(hi2c->hdmatx);

          /* Prevent unused argument(s) compilation and MISRA warning */
          UNUSED(dmaxferstatus);
+15874 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading