1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00
RIOT/drivers/periph_common
Benjamin Valentin 669104d841 cpu/sam0_common: SPI: don't perform DMA transfer for small buffers
Setting up a DMA transfer can take longer than sending out a buffer
byte by byte if the buffer is small.

DMA only shows advantages for large buffers, using it for every transfer
will cause a net slowdown.

Since we did not come up with a good way to determine the treshold based
on the SPI frequency, just use a fixed buffer for now so that DMA can be
used without slowing things down overall.
2021-11-19 17:22:51 +01:00
..
2019-11-23 22:39:07 +01:00
2020-12-02 17:53:00 +01:00
2021-10-14 11:28:44 +02:00
2015-08-14 14:46:35 +02:00
2020-10-23 01:26:09 +02:00
2020-12-02 17:53:00 +01:00