Skip to content

Commit

Permalink
west.yml: use latest STM32 HAL to get PTP to work
Browse files Browse the repository at this point in the history
In the HAL_ETH_ReadData function where it checks for the last
descriptor, I 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 after the last descriptor
If the CTXT bit is set in the context descriptor then extract
the timestamps


Signed-off-by: Marc Desvaux <[email protected]>
  • Loading branch information
Desvauxm-st committed Sep 27, 2023
1 parent 14348c5 commit e2e9160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ manifest:
groups:
- hal
- name: hal_stm32
revision: 1bc72c299d0365c0ee2575a97918b22df0899e10
revision: 89ef0a3383edebf661073073bcdf6e2836fe90ee
path: modules/hal/stm32
groups:
- hal
Expand Down

0 comments on commit e2e9160

Please sign in to comment.