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

Consolidate identical SPI transaction impl #529

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Nov 22, 2023

Consolidate three identical implementations of the SpiDevice::transaction. Fewer lines of code, faster compilation, fewer bugs... In short, keeping it DRY

@nyurik nyurik requested a review from a team as a code owner November 22, 2023 22:55
@nyurik nyurik force-pushed the dedup branch 3 times, most recently from 39470b1 to 8c0ead0 Compare November 22, 2023 23:09
Copy link
Member

@Dirbaio Dirbaio left a comment

Choose a reason for hiding this comment

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

LGTM. Can you rebase so you pick up the CI fix?

Consolidate three identical implementations of the `SpiDevice::transaction`. Fewer lines of code, faster compilation, fewer bugs...
@nyurik
Copy link
Contributor Author

nyurik commented Nov 25, 2023

rebased

@Dirbaio Dirbaio added this pull request to the merge queue Nov 25, 2023
Merged via the queue into rust-embedded:master with commit 03578fe Nov 25, 2023
12 checks passed
@nyurik nyurik deleted the dedup branch November 25, 2023 20:04
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