gonzaloaterido opened a new pull request, #8769: URL: https://github.com/apache/nuttx/pull/8769
## Summary This PR intends to fix a bug detected in the upper half SPI slave driver. The bug appears when there are X bytes in the driver buffer and a read is performed with a smaller size buffer. In that call, the data that fits in the buffer is returned to the user, and the rest that remains to be read is discarded. With the proposed fix, successive readings will return the rest of the bytes pending to be read. ## Impact No data is lost when reading from the slave SPI bus. ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org