From 31edbe3fc279287226df19895eb929cde03d85fb Mon Sep 17 00:00:00 2001 From: Michael McMaster Date: Thu, 3 Oct 2013 10:20:19 +1000 Subject: [PATCH] Adding STATUS file to indicate the pcb doesn't match the software --- STATUS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 STATUS diff --git a/STATUS b/STATUS new file mode 100644 index 0000000..be57b07 --- /dev/null +++ b/STATUS @@ -0,0 +1,15 @@ +- Software has not been updated for PCB rev 3.0. In particular, most of the pin +assignments are incorrect. + +- USB bootloader is not implemented yet. + +- Configuration options are not yet loaded from EEPROM. +- Configuration options cannot be set via USB. + - SCSI ID hardcoded to 0 + - Partity checking is on + - Unit Attention Condition is off + +- Write performance is not adequate + - Multi-sector SD commands are not yet supported. + - DMA is not used for SPI transfers + -- 2.38.5