diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-02-12 13:04:26 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-02-12 13:59:57 -0500 |
commit | c5968a0830ef08c70e81860c4d5254bfddf2c455 (patch) | |
tree | 45ffe94ea757551b65f5c05cbdfb6e4dece1c701 /src/stm32/spi.c | |
parent | 730ef9d3470c2ee038e4f637a11f3d4488e868df (diff) | |
download | kutter-c5968a0830ef08c70e81860c4d5254bfddf2c455.tar.gz kutter-c5968a0830ef08c70e81860c4d5254bfddf2c455.tar.xz kutter-c5968a0830ef08c70e81860c4d5254bfddf2c455.zip |
serialqueue: Batch multiple message blocks in a single write()
Some communication protocols are more efficient if fewer write() calls
are invoked. If multiple message blocks can be sent at the same time
then batch them into a single write() call.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/spi.c')
0 files changed, 0 insertions, 0 deletions