technocreatives / core2

The bare essentials of std::io for use in no_std. Alloc support is optional.
https://docs.rs/core2
Apache License 2.0
71 stars 23 forks source link

core2 for fatfs on RISC-V #5

Closed jeancf closed 3 years ago

jeancf commented 3 years ago

Hi there. I am coming here from the bare-io entry on crates.io. I am writing a driver for the SD Card on the Sipeed Longan Nano RISC-V micro-controller (no-std context). I am trying to provide an implementation of Read, Write and Seek that the FAT FS can use to interface with an SD Card.

I guess I am checking in to check if this crate is actively maintained and if you see any issue with what I am trying to do.

Thanks

bbqsrc commented 3 years ago

Sounds fine. I would say that it's more passively maintained than actively.