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

Utilize write_blocks in FAT binding #456

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

phoracek
Copy link
Contributor

@phoracek phoracek commented Sep 19, 2023

With this patch, the FAT write binding would use sdmmc CMD25 to write blocks of data.

It also extends the FAT example so it exercises both write_block and write_blocks.

@phoracek phoracek force-pushed the write_blocks_fat branch 5 times, most recently from 7775ad3 to e4af6b3 Compare September 19, 2023 21:30
With this patch, the FAT write binding would use sdmmc CMD25 to write
large blocks of data.

Signed-off-by: Petr Horacek <[email protected]>
@phoracek phoracek marked this pull request as ready for review September 20, 2023 21:37
@phoracek
Copy link
Contributor Author

Hey @richardeoin, once you'll have some time, this one is ready for a review. Thanks o/

@richardeoin
Copy link
Member

Great. I'll take a look in the next week or so

Copy link
Member

@richardeoin richardeoin left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@richardeoin richardeoin added this pull request to the merge queue Oct 4, 2023
Merged via the queue into stm32-rs:master with commit 8515770 Oct 4, 2023
22 checks passed
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