aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/spi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* host: SPI: Read number of supported SPI slaves from deviceMartin Anderseck2022-04-041-3/+7
| | | | | | Add support for reading the number of supported SPI slaves from the device. This has become necessary because we may have bitfiles with different capabilities and we want to report this back correctly.
* SPI: Add SPI exampleMartin Anderseck2022-01-141-0/+135
Add example to demonstrate and test SPI functionality.