Skip to content

Commit

Permalink
stm32cube: update stm32h7 to cube version V1.11.1
Browse files Browse the repository at this point in the history
Update Cube version for STM32H7xx series
on https://github.com/STMicroelectronics
from version v1.11.0
to version v1.11.1

Signed-off-by: Abderrahmane Jarmouni <[email protected]>
  • Loading branch information
ajarmouni-st authored and erwango committed Dec 5, 2023
1 parent c5b5c26 commit 4dc0a98
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 49 deletions.
10 changes: 5 additions & 5 deletions stm32cube/stm32h7xx/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Origin:
http://www.st.com/en/embedded-software/stm32cubeh7.html

Status:
version v1.11.0
version v1.11.1

Purpose:
ST Microelectronics official MCU package for STM32H7 series.
Expand All @@ -23,7 +23,7 @@ URL:
https://github.com/STMicroelectronics/STM32CubeH7

Commit:
68f3d2c0002489bd232963aeeaf9a58668befe7a
ed7d3d4a8e0961ad2bcb21ba7681d5443964253c

Maintained-by:
External
Expand All @@ -48,15 +48,15 @@ Patch List:
- Internal reference: Not available. Will be fixed as part of a new eth hal implementation

*fix to the V2 HAL API to get PTP to work
In the HAL_ETH_ReadData function where it checks for the last descriptor,
In the HAL_ETH_ReadData function where it checks for the last descriptor,
we added a checked if the TSA bit was set in DESC1
If the TSA bit is set then have a peak at the context descriptor which should be the one
If the TSA bit is set then have a peak at the context descriptor which should be the one
after the last descriptor
If the CTXT bit is set in the context descriptor then extract the timestamps
Impacted files:
drivers/src/stm32h7xx_hal_eth.c
ST Internal Reference: 142115

*Enable legacy ethernet driver using HAL_ETH_LEGACY_MODULE_ENABLED
This will have to be removed once Zephyr driver is magrated ot the new
Cube HAL ethernet API.
Expand Down
Loading

0 comments on commit 4dc0a98

Please sign in to comment.