-
Notifications
You must be signed in to change notification settings - Fork 724
[nrf fromtree] tests: drivers: i2s: Add tests at typical audio sample rates #2461
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
Merged
rlubos
merged 1 commit into
nrfconnect:main
from
nordic-segl:NRFX-7022_Add-I2S-test-at-48000
Mar 19, 2025
Merged
[nrf fromtree] tests: drivers: i2s: Add tests at typical audio sample rates #2461
rlubos
merged 1 commit into
nrfconnect:main
from
nordic-segl:NRFX-7022_Add-I2S-test-at-48000
Mar 19, 2025
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
8aab268 to
2b270c6
Compare
nordic-piks
approved these changes
Feb 4, 2025
2b270c6 to
4fb999a
Compare
5366482 to
a416c14
Compare
a416c14 to
d0aa8ac
Compare
d0aa8ac to
bdf6b20
Compare
bdf6b20 to
1aaaff5
Compare
1aaaff5 to
9af0862
Compare
9af0862 to
ec77585
Compare
ec77585 to
4a2bb75
Compare
… rates Add short transfer test at 8000, 16000, 32000, 44100, 48000, 88200 and 96000 frame clock frequency. Add KConfigs to skip test cases based on value of sample rate. Add configuration for nrf5340dk where i2s peripheral is clocked from ACLK. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit c42513a)
4a2bb75 to
1e9477b
Compare
Plus manual run on nrf54h20dk/nrf54h20/cpuapp (PASSED). |
nordic-bami
approved these changes
Mar 19, 2025
nordic-pikr
approved these changes
Mar 19, 2025
nordic-segl
added a commit
to nordic-segl/sdk-nrf
that referenced
this pull request
Mar 19, 2025
Include: tests: drivers: i2s: Add tests at typical audio sample rates zephyrproject-rtos/zephyr#85126 nrfconnect/sdk-zephyr#2461 Signed-off-by: Sebastian Głąb <[email protected]>
rlubos
pushed a commit
to nrfconnect/sdk-nrf
that referenced
this pull request
Mar 19, 2025
Include: tests: drivers: i2s: Add tests at typical audio sample rates zephyrproject-rtos/zephyr#85126 nrfconnect/sdk-zephyr#2461 Signed-off-by: Sebastian Głąb <[email protected]>
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.
Change frame clock frequency to a global variable so it can be changed inside a test.
Add short transfer test at 16000, 32000, 44000, 44100, 48000 and 96000 frame clock frequency.
Add configuration for nrf5340dk where i2s peripheral is clocked from ACLK.
Upstream PR #: 85126
manifest-pr-skip