Currently if you were to execute a Write transfer providing a buffer via the -d option, as well as passing a -l option. The last option to be parsed will be the one to set the length. We want to prioritize setting the length based on the buffer size. This will likely become more complex when implementing SPI Read/Writes
Currently if you were to execute a Write transfer providing a buffer via the
-d
option, as well as passing a-l
option. The last option to be parsed will be the one to set the length. We want to prioritize setting the length based on the buffer size. This will likely become more complex when implementing SPI Read/Writes