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

tests/drivers: i2s: Fix use of k_sleep #25201

Closed

Conversation

erwango
Copy link
Member

@erwango erwango commented May 11, 2020

k_sleep requires k_timeout_t as argument.
Use K_USEC helper when required in i2s driver tests.

Fixes #25180

Signed-off-by: Erwan Gouriou erwan.gouriou@linaro.org

k_sleep requires k_timeout_t as argument.
Use K_USEC helper when required in i2s driver tests.

Fixes zephyrproject-rtos#25180

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
@erwango erwango requested a review from mnkp May 11, 2020 12:48
@erwango erwango requested a review from nashif as a code owner May 11, 2020 12:48
@erwango erwango added area: I2S area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug labels May 11, 2020
@carlescufi carlescufi modified the milestones: v2.4.0, v2.3.0 May 11, 2020
@henrikbrixandersen
Copy link
Member

Duplicate of #25163

@henrikbrixandersen henrikbrixandersen marked this as a duplicate of #25163 May 11, 2020
@erwango erwango closed this May 12, 2020
@erwango erwango deleted the fix_i2s_test_compilation branch January 27, 2022 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: I2S area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: drivers/i2s/i2s_api: Build failed on 96b_argonkey
3 participants