Skip to content

Commit 2d5b78e

Browse files
committed
Release v1.25.2
1 parent e084518 commit 2d5b78e

8 files changed

Lines changed: 270 additions & 205 deletions

File tree

Drivers/STM32F4xx_HAL_Driver/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Tag v1.7.6 | Tag v2.6.3 | Tag v5.4.0_cm4 | Tag v1.24.1 (and following, if any, t
4242
Tag v1.7.7 | Tag v2.6.4 | Tag v5.4.0_cm4 | Tag v1.24.2 (and following, if any, till next tag)
4343
Tag v1.7.8 | Tag v2.6.5 | Tag v5.4.0_cm4 | Tag v1.25.0 (and following, if any, till next tag)
4444
Tag v1.7.9 | Tag v2.6.5 | Tag v5.4.0_cm4 | Tag v1.25.1 (and following, if any, till next tag)
45+
Tag v1.7.10 | Tag v2.6.5 | Tag v5.4.0_cm4 | Tag v1.25.2 (and following, if any, till next tag)
4546

4647
The full **STM32CubeF4** MCU package is available [here](https://github.com/STMicroelectronics/STM32CubeF4).
4748

Drivers/STM32F4xx_HAL_Driver/Release_Notes.html

Lines changed: 61 additions & 30 deletions
Large diffs are not rendered by default.

Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
* @{
5151
*/
5252
/**
53-
* @brief STM32F4xx HAL Driver version number V1.7.9
53+
* @brief STM32F4xx HAL Driver version number V1.7.10
5454
*/
5555
#define __STM32F4xx_HAL_VERSION_MAIN (0x01U) /*!< [31:24] main version */
5656
#define __STM32F4xx_HAL_VERSION_SUB1 (0x07U) /*!< [23:16] sub1 version */
57-
#define __STM32F4xx_HAL_VERSION_SUB2 (0x09U) /*!< [15:8] sub2 version */
57+
#define __STM32F4xx_HAL_VERSION_SUB2 (0x0AU) /*!< [15:8] sub2 version */
5858
#define __STM32F4xx_HAL_VERSION_RC (0x00U) /*!< [7:0] release candidate */
5959
#define __STM32F4xx_HAL_VERSION ((__STM32F4xx_HAL_VERSION_MAIN << 24U)\
6060
|(__STM32F4xx_HAL_VERSION_SUB1 << 16U)\

Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@ HAL_StatusTypeDef HAL_I2C_Mem_Write_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAdd
30433043
if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, I2C_TIMEOUT_FLAG, tickstart) != HAL_OK)
30443044
{
30453045
/* Abort the ongoing DMA */
3046-
dmaxferstatus = HAL_DMA_Abort_IT(hi2c->hdmarx);
3046+
dmaxferstatus = HAL_DMA_Abort_IT(hi2c->hdmatx);
30473047

30483048
/* Prevent unused argument(s) compilation and MISRA warning */
30493049
UNUSED(dmaxferstatus);

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Details about the content of this release are available in the release note [her
4444

4545
**Caution** : The **Issues** requests are strictly limited to submit problems or suggestions related to the software delivered in this repository.
4646

47-
**For any other question** related to the STM32F4 product, the hardware performance, the hardware characteristics, the tools, the environment, you can submit a topic on the [ST Community/STM32 MCUs forum](https://community.st.com/s/group/0F90X000000AXsASAW/stm32-mcus).
47+
**For any other question** related to the STM32F4 product, the hardware performance, the hardware characteristics, the tools, the environment, you can submit a topic on the [ST Community/STM32 MCUs forum](https://community.st.com/s/group/0F90X000000AXsASAW/stm32-mcus).

Release_Notes.html

Lines changed: 201 additions & 162 deletions
Large diffs are not rendered by default.

_htmresc/ReleaseNotes_Patch.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2-
<html><head></head>
3-
<body><font color="blue"><b><u>STM32CubeF4 Firmware Package V1.25.1 / 14-August-2020</u></b></font><br>
1+
<font color="blue"><b><u>STM32CubeF4 Firmware Package V1.25.2 / 22-October-2020</u></b></font><br>
42
<br>
5-
<b><u>Main Changes</u></b><br><ul><li class="MsoNormal" style="color: black; margin-top: 4.5pt; margin-bottom: 4.5pt;"><span style="color: black; font-family: Verdana,sans-serif; font-size: 10pt;">Patch release to fix known defects and enhancements implementation.</span></li><ul><li class="MsoNormal" style="color: black; margin-top: 4.5pt; margin-bottom: 4.5pt;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;" lang="EN-US">Update HAL_I2C_ER_IRQHandler() API to fix acknowledge failure issue with I2C memory IT processes</span></li></ul><ul><li class="MsoNormal" style="color: black; margin-top: 4.5pt; margin-bottom: 4.5pt;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;" lang="EN-US">Update
6-
I2C_DMAXferCplt(), I2C_DMAError() and I2C_DMAAbort() APIs to fix
7-
hardfault issue when hdmatx and hdmarx parameters in i2c handle aren't
8-
initialized (NULL pointer).</span></li></ul><ul><li class="MsoNormal" style="color: black; margin-top: 4.5pt; margin-bottom: 4.5pt;"><span style="font-family: Verdana,sans-serif; font-size: 10pt;" lang="EN-US">Minor rework on USBD_Start() and USBD_Stop() APIs: stopping device will be handled by HAL_PCD_DeInit() API.</span></li></ul></ul>
3+
<b><u>Main Changes</u></b><br><ul><li class="MsoNormal" style="color: black; margin-top: 4.5pt; margin-bottom: 4.5pt;"><span style="color: black; font-family: Verdana,sans-serif; font-size: 10pt;">Patch release to fix I2C issue. <br></span></li></ul>
94
<p class="MsoNormal" style="margin: 4.5pt 0cm 4.5pt 67.65pt; text-indent: -18pt; line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black;"><o:p></o:p></span></p>
10-
</body></html>

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
22
<Package DBVersion="2.0">
3-
<PackDescription Release="FW.F4.1.25.0" Patch="FW.F4.1.25.1">
3+
<PackDescription Release="FW.F4.1.25.0" Patch="FW.F4.1.25.2">
44
<Note Release="ReleaseNotes.html" Patch="ReleaseNotes_Patch.html"/>
55
</PackDescription>
66
</Package>

0 commit comments

Comments
 (0)