Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

13 wiersze
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".