utzig opened a new pull request #941: Stm32 common SPI
URL: https://github.com/apache/mynewt-core/pull/941
 
 
   This adds an initial common shared SPI driver for all STM32 supported MCUs.
   
   For now I disabled support for slave on F3/F7, which have internal FIFOs. 
The TX FIFO is not configurable on size always generates a `TXE` interrupt when 
it is half full, and it does not seem to have a flush operation, so when 
working as slave, after SS is asserted there is no way to flush whatever was 
already presented in the FIFO and it will be sent later after a new 
communication, breaking functionality of some apps like spitest. I will open an 
issue to look into this after all common driver framework is in place.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to