-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
west.yml: Update hal_stm32 with recent cube packages #48160
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
ef7ff69
to
5ac219d
Compare
115b17a
to
2f9ce53
Compare
I added 2 commit, one for the Ethernet drivers and the seconds for the timer counter,
|
021c392
to
a4f7d10
Compare
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>
a4f7d10
to
d073cff
Compare
There was a problem hiding this 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
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