-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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/uart/uart_async_api fails on nrf52840dk_nrf52840 (and additional platforms) #29092
Comments
The test fails with v2.4.0. @carlescufi The test passes with v2.3.0. With bisect it runs but fails several tests at 63c3e15 (IIRC the same tests it fails once #29093 is applied). Calling that good, the MPU fault was introduced by 26cbd6a (the test passes for test points after 63c3e15) That's fixed in #29093, but then the test fails when several checks for ready events time out. I'll continue to look into that. |
The remaining failures are shown here: Test failures for ready events
moved to #29173 |
The test on this platform produces:
Though it's not documented I believe I'm supposed to short P1.01-P1.02 and P0.5-P0.7 as a loopback configuration, but the behavior is unchanged whether or not this is done.
The text was updated successfully, but these errors were encountered: