-
Notifications
You must be signed in to change notification settings - Fork 7.4k
tests: drivers: spi_loopback: Fix NULL rx buff testcase #90626
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
base: main
Are you sure you want to change the base?
Conversation
Fixes setup of TX buffer, which shouldn't be NULL in the RX NULL tescase. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
|
@nordic-pikr FYI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raffarost please have a look 89168
hi @nordic-pikr |
Ok, you're right. What would you say to adding another one test case, with |
When |
Is it covered by |
Fixes setup of TX buffer, which shouldn't be NULL in the RX NULL tescase.