Skip to content

Conversation

@TDhaouST
Copy link
Contributor

  • stm32cube: update stm32f4 to cube version V1.27.1.
  • stm32cube: update stm32f7 to cube version V1.17.0.
  • stm32cube: update stm32g0 to cube version V1.6.1.
  • stm32cube: update stm32g4 to cube version V1.5.1.
  • stm32cube: update stm32l4 to cube version V1.17.2.
  • stm32cube: update stm32mp1 to cube version 1.6.0.
  • stm32cube: update stm32u5 to cube version V1.1.1.
  • stm32cube: update stm32wb to cube version V1.14.0.
  • lib/stm32: update stm32wb to cube version V1.14.0

@TDhaouST TDhaouST changed the title Stm32Cube: Update cube versions Stm32Cube: Update cube version Jul 22, 2022
Copy link
Member

@erwango erwango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New HAL ETH API was provided in F7 release. This API is not yet supported in Zephyr, so stm32f7 cube package should be adapted to use the legacy api for now.
See #138 on how to do this adaptation.

@TDhaouST TDhaouST force-pushed the hal_stm32_update branch 2 times, most recently from c862fda to 5287593 Compare July 29, 2022 13:25
Update Cube version for STM32WBxx series
on https://github.com/STMicroelectronics
from version v1.13.2
to version v1.14.0

Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32WBxx series
on https://github.com/STMicroelectronics
from version v1.13.2
to version v1.14.0

Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32U5xx series
on https://github.com/STMicroelectronics
from version v1.1.0
to version v1.1.1

Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32MP1xx series
on https://github.com/STMicroelectronics
from version 1.5.0
to version 1.6.0

Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32L4xx series
on https://github.com/STMicroelectronics
from version v1.17.1
to version v1.17.2

Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32G4xx series
on https://github.com/STMicroelectronics
from version v1.5.0
to version v1.5.1

Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32G0xx series
on https://github.com/STMicroelectronics
from version v1.5.0
to version v1.6.1

Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32F7xx series
on https://github.com/STMicroelectronics
from version v1.16.2
to version v1.17.0

Signed-off-by: TLIG Dhaou <[email protected]>
#endif /* HAL_EXTI_MODULE_ENABLED */

#ifdef HAL_ETH_LEGACY_MODULE_ENABLED
#include "Legacy/stm32f4xx_hal_eth_legacy.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include "Legacy/stm32f4xx_hal_eth_legacy.h"
#include "Legacy/stm32f7xx_hal_eth_legacy.h"

Enable legacy ethernet driver using HAL_ETH_LEGACY_MODULE_ENABLED
This will have to be removed once Zephyr driver is migrated ot the new
Cube HAL ethernet API.


Signed-off-by: TLIG Dhaou <[email protected]>
Update Cube version for STM32F4xx series
on https://github.com/STMicroelectronics
from version v1.27.0
to version v1.27.1

Signed-off-by: TLIG Dhaou <[email protected]>
Re - generate common_ll headers after Cube updates

Signed-off-by: TLIG Dhaou <[email protected]>
@erwango erwango merged commit 5b1610c into zephyrproject-rtos:main Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants