Fix bug in scsi self-test function v6.1.4
authorMichael McMaster <michael@codesrc.com>
Mon, 30 Apr 2018 11:54:02 +0000 (21:54 +1000)
committerMichael McMaster <michael@codesrc.com>
Mon, 30 Apr 2018 11:54:02 +0000 (21:54 +1000)
CHANGELOG
rtl/fpga_bitmap.o
src/firmware/config.c

index 19c4ab24089c9ea1a5accb971fff2b9b362ac54a..812d55708fbbfb09de978105c22c8e54872b6c43 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+20180430               6.1.4
+       - Fix bug in self-test function
+
 20180131               6.1.3
        - Fix bug that caused stability issues with 10MB/s transfers.
 
index 046632cac655dd07f3545bcd0a4d0f066f19b422..6613f58c1021a46619a652e14805282faf9d2ed4 100644 (file)
Binary files a/rtl/fpga_bitmap.o and b/rtl/fpga_bitmap.o differ
index dc2fe1a3356ddf24e286dc8752d3ab85baf31093..058c8c3288c7f9590f0e89bf17a64d632852abad 100755 (executable)
@@ -38,7 +38,7 @@
 \r
 #include <string.h>\r
 \r
-static const uint16_t FIRMWARE_VERSION = 0x0613;\r
+static const uint16_t FIRMWARE_VERSION = 0x0614;\r
 \r
 // 1 flash row\r
 static const uint8_t DEFAULT_CONFIG[128] =\r