-
- Downloads
[SPI] Fixed long transaction bug
The problema occurs when, during a transaction, the thread preempts, the order of the instruction changes and the transfer functions remain stuck in the last while. This problem is due to the new implementation which is more time efficient.
Showing
- src/shared/drivers/spi/SPI.h 6 additions, 1 deletionsrc/shared/drivers/spi/SPI.h
- src/shared/drivers/spi/SPIBusInterface.h 6 additions, 9 deletionssrc/shared/drivers/spi/SPIBusInterface.h
- src/shared/drivers/spi/SPITransaction.cpp 0 additions, 8 deletionssrc/shared/drivers/spi/SPITransaction.cpp
- src/shared/drivers/spi/SPITransaction.h 2 additions, 2 deletionssrc/shared/drivers/spi/SPITransaction.h
Loading
Please register or sign in to comment