Skip to content
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

drivers: i2s: Make the stm32 i2s driver use a msgq #80419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cdesjardins
Copy link
Contributor

@cdesjardins cdesjardins commented Oct 25, 2024

Currently uses a home grown ringbuffer and a semaphore with irq locks.

Tested on stm32h7 custom board.

@erwango
Copy link
Member

erwango commented Oct 25, 2024

A quite welcome change. Could you mention how you tested it (particularly on which HW) ?

Review might be delayed by few weeks due to the on going release, but definitely something we should look into closely.

Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@erwango
Copy link
Member

erwango commented Jan 6, 2025

@cdesjardins Would you mind fixing reported Coding guidelines and Compliance checks issues.
You might also want to rebase (which will remove some of the unrequired clang-format suggestions).

Currently uses a home grown ringbuffer and a semaphore with irq locks.

Signed-off-by: Chris Desjardins <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants