Add STM32C5 support to I3C with dual HAL V1/V2 compatibility#3023
Open
Aymane-ST wants to merge 2 commits into
Open
Add STM32C5 support to I3C with dual HAL V1/V2 compatibility#3023Aymane-ST wants to merge 2 commits into
Aymane-ST wants to merge 2 commits into
Conversation
Aymane-ST
force-pushed
the
c5_i3C_support
branch
from
July 15, 2026 12:30
fc41427 to
de8258c
Compare
fpistm
requested changes
Jul 15, 2026
Aymane-ST
force-pushed
the
c5_i3C_support
branch
3 times, most recently
from
July 16, 2026 08:25
94853b6 to
0a3558e
Compare
16 tasks
fpistm
marked this pull request as ready for review
July 16, 2026 13:33
fpistm
requested changes
Jul 16, 2026
This reverts commit b509e77.
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
Aymane-ST
force-pushed
the
c5_i3C_support
branch
from
July 17, 2026 15:09
0a3558e to
638af74
Compare
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
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.
This PR adds dual HAL V1 / HAL V2 support to the I3C library while preserving the existing public API as much as possible.
#if defined(USE_HALV2_DRIVER)blocks