-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Add stm32u0 series #76242
Merged
Merged
Add stm32u0 series #76242
Conversation
This file contains 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
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. |
zephyrbot
added
manifest
manifest-hal_stm32
DNM
This PR should not be merged (Do Not Merge)
labels
Jul 23, 2024
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
from
July 23, 2024 17:49
6221e43
to
5fe2718
Compare
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
7 times, most recently
from
August 1, 2024 14:24
289b124
to
f9b49cb
Compare
erwango
requested changes
Aug 6, 2024
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
3 times, most recently
from
August 12, 2024 18:01
d0f37bc
to
38e21f1
Compare
erwango
reviewed
Aug 13, 2024
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
from
August 13, 2024 15:58
38e21f1
to
dcbe29f
Compare
kartben
reviewed
Aug 13, 2024
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
from
August 14, 2024 09:05
dcbe29f
to
66e0bf1
Compare
zephyrbot
added
area: Samples
Samples
area: Clock Control
area: Flash
area: HWINFO
Hardware Information Driver
area: Devicetree Binding
PR modifies or adds a Device Tree binding
labels
Aug 14, 2024
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
from
August 21, 2024 19:43
5cbc5ac
to
6b3f0d1
Compare
Add STM32U0 pinctrl.dtsi and HAL-LL files Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Provide support for the familly STM32U0 and ST32U083 Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Add the stm32u0 clock control and the RCC bus reset register offset Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
from
August 21, 2024 20:04
6b3f0d1
to
ec81c93
Compare
@str4t0m Thanks for the review, PTAL. |
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.
A few things to change and comments, otherwise LGTM.
Add binding "st,stm32u0-pll-clock" for U0 clocks. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Add the function that clear standby and stop flags Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Add STM32U0 familly support Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Cast the argument to "unsigned long" to avoid the warning Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Reuse the file clock_stm32g0.c for the STM32U0 and rename it to clock_stm32g0_u0.c because the G0 and U0 series share the same clock control. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
Add board support for nucleo_u083rc Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
from
August 22, 2024 09:50
ec81c93
to
fdc11d2
Compare
mathieuchopstm
previously approved these changes
Aug 22, 2024
str4t0m
previously approved these changes
Aug 26, 2024
Add board support for stm32u083c_dk Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
marwaiehm-st
dismissed stale reviews from str4t0m and mathieuchopstm
via
August 26, 2024 09:12
7b0c2d6
marwaiehm-st
force-pushed
the
add_stm32_u0
branch
from
August 26, 2024 09:12
fdc11d2
to
7b0c2d6
Compare
erwango
approved these changes
Aug 26, 2024
str4t0m
approved these changes
Aug 26, 2024
gautierg-st
approved these changes
Aug 26, 2024
alexanderwachter
approved these changes
Aug 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Clock Control
area: Devicetree Binding
PR modifies or adds a Device Tree binding
area: Flash
area: HWINFO
Hardware Information Driver
area: Samples
Samples
manifest
manifest-hal_stm32
platform: STM32
ST Micro STM32
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.
Add stm32u0 series