You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a new Raspberry Pi 5 board and their documentation says that SPI0 can be quad format. The RPi5 SPI master is a Synopsys SSI, which has "enhanced" features such as Quad and Dual width. I have seen the Linux kernel changes for this particular controller and was wondering if you had plans to support it in py-spidev? Single width is default for SPI0 and it works just fine with py-spidev.
Thanks.
I have a new Raspberry Pi 5 board and their documentation says that SPI0 can be quad format. The RPi5 SPI master is a Synopsys SSI, which has "enhanced" features such as Quad and Dual width. I have seen the Linux kernel changes for this particular controller and was wondering if you had plans to support it in py-spidev? Single width is default for SPI0 and it works just fine with py-spidev.
Thanks.
https://github.com/torvalds/linux/blob/master/tools/spi/spidev_test.c
The text was updated successfully, but these errors were encountered: