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 Half/Half3Wire read transactions bug #403

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiaguangbo
Copy link

fn spi_read_transactions inside spi_create_transaction's transaction_length changed to 0

`fn spi_read_transactions` inside `spi_create_transaction`'s transaction_length changed to 0
@Dominaezzz
Copy link
Contributor

Sadly this breaks full duplex transfers. You need an if statement here.

@xiaguangbo
Copy link
Author

Sadly this breaks full duplex transfers. You need an if statement here.

Need to determine whether it is half duplex or full duplex?
Or other apis to do full duplex?

@ivmarkov
Copy link
Collaborator

Sadly this breaks full duplex transfers. You need an if statement here.

Need to determine whether it is half duplex or full duplex? Or other apis to do full duplex?

You need a config setting for this.

@xiaguangbo
Copy link
Author

Sadly this breaks full duplex transfers. You need an if statement here.

Need to determine whether it is half duplex or full duplex? Or other apis to do full duplex?

You need a config setting for this.

I don't know what to do...

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.

None yet

3 participants