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

Remove Spi::read #190

Merged
merged 1 commit into from
Aug 28, 2020
Merged

Remove Spi::read #190

merged 1 commit into from
Aug 28, 2020

Conversation

jonas-schievink
Copy link
Contributor

It was deprecated a while ago. Breaking change.

// an array will move it to RAM.
// Note: `spi.transfer_split_uneven(&mut cs.degrade(), reference_data, &mut readbuf)`
// will fail because reference data is in flash, the copy to an array
// will move it to RAM.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this limitation and comment still valid?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be, yes

@jonas-schievink jonas-schievink merged commit f7854aa into nrf-rs:master Aug 28, 2020
@jonas-schievink jonas-schievink deleted the rm-read branch August 28, 2020 15:38
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

2 participants