Explorar o código

64K Data Corruption fix

Michael McMaster %!s(int64=5) %!d(string=hai) anos
pai
achega
7c7d4d8da3
Modificáronse 3 ficheiros con 4 adicións e 2 borrados
  1. 3 1
      lib/SCSI2SD/CHANGELOG
  2. BIN=BIN
      lib/SCSI2SD/rtl/fpga_bitmap.o
  3. 1 1
      lib/SCSI2SD/src/firmware/config.c

+ 3 - 1
lib/SCSI2SD/CHANGELOG

@@ -1,5 +1,7 @@
-2020XXXX		XXXXX
+20200101		6.2.14
 	- Fix for invalid CDROM READ TOC responses (Thanks Simon Gander)
+	- Fix for data corruption for hosts that transfer more than 64k per
+	write.
 
 20191208		6.2.9
 	- Fix to prevent sending floppy geometry mode page when not configured as

BIN=BIN
lib/SCSI2SD/rtl/fpga_bitmap.o


+ 1 - 1
lib/SCSI2SD/src/firmware/config.c

@@ -37,7 +37,7 @@
 
 #include <string.h>
 
-static const uint16_t FIRMWARE_VERSION = 0x062A;
+static const uint16_t FIRMWARE_VERSION = 0x062E;
 
 // Optional static config
 extern uint8_t* __fixed_config;