Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

13 Zeilen
431B

  1. SPI relay driver
  2. This driver is designed for a ad-hoc adapter card that acts as a
  3. SPI relay between the z80 bus and the SPI device. Sending any-
  4. thing on SPI_CSLOW and SPI_CSHIGH is expected to select/deselect
  5. the device, and writing to SPI_DATA is expected to initiate a
  6. byte exchange. The result of the exchange is excpected to be re-
  7. trieved by reading SPI_DATA.
  8. Provides the SPI relay protocol.
  9. Load driver with "596 LOAD".