Closed muningis closed 2 months ago
xref2 only allows hardcoded limit of 4096 for buffer size xfer3 read bufsize from /sys/module/spidev/parameters/bufsiz instead of using hardcoded 4096 as mentioned above
xref2
/sys/module/spidev/parameters/bufsiz
4096
References:
Alternatively, it could be dynamic, based on an option pased to constructor.
Thank you !
xref2
only allows hardcoded limit of 4096 for buffer size xfer3 read bufsize from/sys/module/spidev/parameters/bufsiz
instead of using hardcoded4096
as mentioned aboveReferences:
Alternatively, it could be dynamic, based on an option pased to constructor.