Files
Klipper/src/stm32
Arne Jansen a2c309a2b0 stm32: performance improvement for spi on stm32f0
The stm32 has a small queue for spi tx/rx. The current code only uses the
spi with a single byte buffer, effectively waiting for each byte to complete
before starting the next transfer.
This patch changes the structure of spi_transfer() to make use of the queue
and achieve back-to-back transfer of bytes on spi.

Signed-off-by: Arne Jansen <arne@die-jansens.de>
2020-01-23 11:10:39 -05:00
..
2019-11-02 11:35:27 -04:00
2019-08-20 19:39:58 -04:00
2020-01-14 17:05:28 -05:00
2020-01-14 17:05:28 -05:00
2020-01-14 17:05:28 -05:00
2020-01-14 17:05:28 -05:00
2019-10-23 21:19:03 -04:00