Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix select phase of ZuluSCSI v1.2 #427

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

morio
Copy link
Collaborator

@morio morio commented May 23, 2024

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.

morio added 2 commits May 23, 2024 11:16
Some of the GD32F205 based board 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.
Added GPIO placeholder defines used for V1.1plus for the SCSI in select
signal which were missing to the V1.0 GPIO header file. This fixed
the compiler errors for the v1.0 base boards.
@aperezbios aperezbios merged commit c49f994 into main May 23, 2024
2 checks passed
@aperezbios aperezbios deleted the fix/zuluscsi-v1.2-select-signal branch May 23, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants