pkarashchenko opened a new pull request, #9357:
URL: https://github.com/apache/nuttx/pull/9357

   ## Summary
   SAMv7 QSPI peripheral does not copy-in/out directly into/from user provided 
buffer, but use a dedicated memory that is interfaces using byte copy. The QSPI 
command buffer can point to memory with any alignment
   
   ## Impact
   Fix regression after https://github.com/apache/nuttx/pull/9309 for SAMv7, 
but STM32 based boards should be checked.
   Anyway the alignment should be handled by QSPI driver and not on upper (MTD) 
layer (at least not for data buffer transactions like sending a command).
   
   ## Testing
   Pass CI


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to