-
Notifications
You must be signed in to change notification settings - Fork 8.3k
tests: spi_loopback: kinetis dspi fix #77013
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: spi_loopback: kinetis dspi fix #77013
Conversation
|
that is not a hotfix, please refer to the hotfix description |
|
@teburd , @tbursztyka can you help to review, thanks |
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.
1440 or 2440 (see your commit message) ?
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.
1440 typo
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.
ok. Btw in your commit message: s/fixing:/Fixes:
1. kenistis dspi does support rx and tx with different size, so skip the tx_bigger test. 2. dspi dma need internal alignment and 8192 bytes are too many for k64, so reduce to 1440 bytes fixing: zephyrproject-rtos#77010 Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
4387c57 to
b1f1f74
Compare
|
@teburd please help to review, thanks. |
|
@teburd please help to take a look. Thanks |
Fixes: #77010