summaryrefslogtreecommitdiff
path: root/tests/spi-master
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17spi-master: functional spi slave on l1 hostKarl Palsson3-29/+29
Doesn't do much other than reply with an increasing pattern, but at least the basic wiring is now in place.
2018-04-16spi-master-l0: wip:Karl Palsson3-0/+175
doesn't work, but getting there
2018-02-19spi-master: update to run on the hw1 host boardKarl Palsson1-4/+16
"TRIGGER" is now D0 on the fx2 port "LED" is now D1 on the fx2 port, "SPI MOSI" is now D4 on the fx2 "SPI MISO" is now D5 "SPI CLOCK" is now D6
2017-09-01spi-master: trivial: names to match sigrok defaultKarl Palsson1-1/+1
2017-03-27fix sigrokKarl Palsson1-1/+1
2017-03-27spi-master: initial busy sending test stub.Karl Palsson4-0/+187
Basic framework. now we can build on it.