-
Notifications
You must be signed in to change notification settings - Fork 8.1k
drivers: i2s: add sai support for stm32wba55 #94960
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
Open
mariopaja
wants to merge
4
commits into
zephyrproject-rtos:main
Choose a base branch
from
mariopaja:stm32wba55_sai
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
|
21 tasks
5e70e26
to
31755ba
Compare
Add SAI1_SEL() clock sourse for SAI1 Signed-off-by: Mario Paja <[email protected]>
831003b
to
7ce7ce2
Compare
Add missing div-p division factor for pll clock and respective tests in test/clock_control/stm32_clock_configuration Signed-off-by: Mario Paja <[email protected]>
7ce7ce2
to
118bc0f
Compare
etienne-lms
reviewed
Oct 21, 2025
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.
LGTM. Some minor comments.
eedb449
to
ceaf73f
Compare
Add SAI1 A & B to STM32WBA55/65 Series Signed-off-by: Mario Paja <[email protected]>
Add nucleo_wba55cg in samples/drivers/i2s/output Signed-off-by: Mario Paja <[email protected]>
ceaf73f
to
2a5034f
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
erwango
approved these changes
Oct 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Boards/SoCs
area: Clock Control
area: Devicetree Bindings
area: I2S
area: Samples
Samples
area: Tests
Issues related to a particular existing or missing test
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.
This PR enables SAI on STM32WBA55 series by:
SAI1_SEL
onstm32wba_clock.h
div-p
property inst,stm32wba-pll-clock.yaml
& update respective tests intest/clock_control/stm32_clock_configuration
nucleo_wba55cg
insamples/drivers/i2s/output