Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

west.yml: Update hal_stm32 with recent cube packages #48160

Merged

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

Signed-off-by: TLIG Dhaou dhaou.tlig-ext@st.com

@zephyrbot zephyrbot added manifest west manifest-hal_stm32 DNM This PR should not be merged (Do Not Merge) labels Jul 22, 2022
@zephyrbot
Copy link
Collaborator

zephyrbot commented Jul 22, 2022

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hal_stm32 zephyrproject-rtos/hal_stm32@51b373c zephyrproject-rtos/hal_stm32@5b1610c (main) zephyrproject-rtos/hal_stm32@51b373cd..5b1610c3

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@TDhaouST
Copy link
Contributor Author

I added 2 commit, one for the Ethernet drivers and the seconds for the timer counter,

  • The Ethernet commit was added to fix compilation error due to the multiple definition of the ETH_TX_BUF_SIZE in several files.
  • The counter commit was added to fix the "initialization of 'uint32_t (*)(TIM_TypeDef *)' compilation error.

@TDhaouST TDhaouST force-pushed the west_update_stm32cube_version branch 2 times, most recently from 021c392 to a4f7d10 Compare August 23, 2022 13:46
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


Signed-off-by: TLIG Dhaou <dhaou.tlig-ext@st.com>
This commit is a patch to fix the ETH buffer redefined in many files.

Signed-off-by: TLIG Dhaou <dhaou.tlig-ext@st.com>
Fix the TIM_Typedef types.

Signed-off-by: TLIG Dhaou <dhaou.tlig-ext@st.com>
@TDhaouST TDhaouST force-pushed the west_update_stm32cube_version branch from a4f7d10 to d073cff Compare August 23, 2022 15:28
@zephyrbot zephyrbot removed the DNM This PR should not be merged (Do Not Merge) label Aug 23, 2022
Copy link
Collaborator

@FRASTM FRASTM left a comment

Choose a reason for hiding this comment

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

successfully built on all boards, including tests/drivers/counter/counter_basic_api/ and tests/drivers/build_all/modem

@carlescufi carlescufi merged commit 402ebb3 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants