wes3 opened a new pull request, #3016: URL: https://github.com/apache/mynewt-core/pull/3016
The previous da1469x spi driver only allowed for 8-bit DMA transfers as the current spi config code does not support 16-bit transfers. However, there may be a need for this so added code to check to see if the word size is 16-bits and, if so, do 16-bit transfers. Note that no other configurations are expected currently and it is assumed if the spi word size is not 8-bit it is 16-bit. Note that I think the hal spi and the da1469x code should be updated with the ability to do 16-bit spi but that change is a bit more intensive so just wanted to do this for now. -- 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]
