ZuluSCSI / ZuluSCSI-firmware

Firmware for the ZuluSCSI advanced SCSI emulator
https://zuluscsi.com
Other
186 stars 20 forks source link

Fix select phase of ZuluSCSI v1.2 #427

Closed morio closed 6 months ago

morio commented 6 months ago

Some of the GD32F205 based boards have their SCSI select input signal moved to a different GPIO. The interrupt for the select signal didn't reflect this possibility. Adding logic to differentiate boards with or without this signal pin difference fixes the issue where some systems were failing the select phase.