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

Remove statement excluding samd51j from i2s peripheral #735

Merged
merged 5 commits into from
May 23, 2024

Conversation

FriederHannenheim
Copy link
Contributor

Summary

Removes a statement excluding the samd51j from i2s peripheral. The samd51j series of chips supports i2s. Source

Checklist

  • CHANGELOG.md for the BSP or HAL updated
  • All new or modified code is well documented, especially public items
  • No new warnings or clippy suggestions have been introduced - CI will deny clippy warnings by default! You may #[allow] certain lints where reasonable, but ideally justify those with a short comment.

@jbeaurivage
Copy link
Contributor

@FriederHannenheim looking back at the datasheet, SAMD51J indeed does have I2S, whereas the SAMD51G variants do not. Would you mind updating the PR to that effect?

@FriederHannenheim
Copy link
Contributor Author

Done

@jbeaurivage jbeaurivage merged commit 4027f8a into atsamd-rs:master May 23, 2024
89 of 107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants