1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 23:20:19 +10:00
collapseos/blk/600
Virgil Dupras f09aa0603c rc2014: separate SPI relay and SDC drivers
My intention is to reuse the SPI relay to program AVR MCUs from a
RC2014.
2020-06-29 18:48:00 -04:00

12 lines
365 B
Plaintext

SD Card driver
Load range: 603-616
This driver is designed for a ad-hoc adapter card that acts as a
SPI relay between the z80 bus and the SD card. It requires a SPI
driver providing (spix), (spie) and (spid), which oh surprise!
is included in Collapse OS at B595.
Through that layer, this driver implements the SDC protocol
allowing it to provide BLK@ and BLK!.