Added diff

This commit is contained in:
2025-07-15 12:36:22 +01:00
parent bed0a56e9c
commit 5bda5e3b16
2 changed files with 25 additions and 0 deletions

4
BlueSCSI/README.md Normal file
View File

@@ -0,0 +1,4 @@
This is the patched firmware for the BlueSCSI.
The only difference is a few pin assignments. A `git diff` is
included so you can tweak your own firmware should you wish to.

21
BlueSCSI/git-diff.txt Normal file
View File

@@ -0,0 +1,21 @@
index 39738ceb..3340ff93 100644
--- a/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_gpio.h
+++ b/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_gpio.h
@@ -39,7 +39,7 @@
#define SCSI_OUT_MSG 20
#define SCSI_IN_BSY 20
-#define SCSI_IN_RST 21
+#define SCSI_IN_RST 17
#define SCSI_OUT_RST 22 // No RST pin, manual or expander only
#define SCSI_IN_ACK 26
@@ -85,7 +85,7 @@
// IO expander I2C
#define GPIO_I2C_SDA 16
-#define GPIO_I2C_SCL 17
+#define GPIO_I2C_SCL 16
// Other pins
#define SWO_PIN 16