-
Notifications
You must be signed in to change notification settings - Fork 146
hal_stm32: update stm32 hal and ll #268
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Cube version for STM32L0xx series on https://github.com/STMicroelectronics from version v1.12.2 to version v1.12.3 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
a4e6788 to
75820e3
Compare
erwango
requested changes
Apr 9, 2025
Update Cube version for STM32H7RSxx series on https://github.com/STMicroelectronics from version v1.1.0 to version v1.2.0 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
Update Cube version for STM32MP1xx series on https://github.com/STMicroelectronics from version 1.6.0 to version 1.7.0 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
Update Cube version for STM32L1xx series on https://github.com/STMicroelectronics from version v1.10.4 to version v1.10.5 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
Update Cube version for STM32C0xx series on https://github.com/STMicroelectronics from version v1.2.0 to version v1.4.0 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
Update Cube version for STM32H7xx series on https://github.com/STMicroelectronics from version v1.12.0 to version v1.12.1 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
Update Cube version for STM32H5xx series on https://github.com/STMicroelectronics from version v1.4.0 to version v1.5.0 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
Update Cube version for STM32WLxx series on https://github.com/STMicroelectronics from version v1.3.0 to version v1.3.1 Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
ccc2989 to
1753996
Compare
erwango
requested changes
Apr 9, 2025
Member
|
Please push a Zephyr PR which points to this PR. |
Contributor
Author
|
erwango
requested changes
Apr 10, 2025
Member
erwango
left a comment
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.
Sign-off missing on the last commit.
Otherwise LGTM
gautierg-st
requested changes
Apr 11, 2025
- update common_ll readme with the new hal/ll version number for each concerned serie. - reorder inclusion of *_ll_iwdg.h header file STM32MP13X comes before STM32N6X Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
gautierg-st
approved these changes
Apr 11, 2025
erwango
approved these changes
Apr 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update STM32 HAL except for
WBandWBxseriesH5 to 1.5.0
H7 to 1.12.1
C0 to 1.4.0
WL to 1.3.1
L1 to 1.10.5
MP1 to 1.7.0
H7RS to 1.2.0
L0 to 1.12.3
N6update to1.1.0will be made later.