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

Add BlockDevice trait to embedded-io #620

Open
qwandor opened this issue Jul 31, 2024 · 1 comment
Open

Add BlockDevice trait to embedded-io #620

qwandor opened this issue Jul 31, 2024 · 1 comment

Comments

@qwandor
Copy link
Contributor

qwandor commented Jul 31, 2024

Hello,
Would the embedded-io crate be a good home for a common BlockDevice trait, something like the one from embedded_sdmmc? This would be a common interface between things like SD card drivers, VirtIO block devices and so on, and crates which provide filesystem implementations on top of a block device. If this seems like a reasonable place for it I'm happy to send a PR to discuss the details.

@Dirbaio
Copy link
Member

Dirbaio commented Jul 31, 2024

maybe embedded-storage is a better place?

(and maybe we should adopt (parts of?) the embedded-storage crate into this repo and make it officially WG-endorsed?)

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

No branches or pull requests

2 participants