z80softspi: Software SPI for the Z80
authorAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 00:59:51 +0000 (00:59 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 00:59:51 +0000 (00:59 +0000)
commit1fe367f21f239bc5585873ec9083b5cf65192d55
tree017817f6a832d45647dffa0ab52968ff0e5ab2b0
parent977ab3927708b098f09e363d16e287ccb4d2c988
z80softspi: Software SPI for the Z80

Mainly intended for use with the Z80PIO but ought to work with other hardware
too providing it's got a single register with input and output bits present.
Kernel/dev/z80softspi.h [new file with mode: 0644]
Kernel/dev/z80softspi.s [new file with mode: 0644]