https://github.com/mabezdev/embedded-fatfs
https://github.com/mabezdev/embedded-fatfs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabezdev/embedded-fatfs
- Owner: MabezDev
- Created: 2023-07-12T20:53:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T10:39:07.000Z (over 1 year ago)
- Last Synced: 2025-05-10T20:05:51.083Z (about 1 year ago)
- Language: Rust
- Size: 717 KB
- Stars: 45
- Watchers: 8
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# embedded-fatfs
[](https://github.com/mabezdev/embedded-fatfs/actions/workflows/ci.yml)
[](./LICENSE.txt)
[](https://crates.io/crates/embedded-fatfs)
[](https://docs.rs/embedded-fatfs)

This repository contains various crates useful interacting with FAT filesystems and SD cards:
* [`embedded-fatfs`]: A FAT filesytem implementation.
* [`block-device-driver`]: A crate with a trait for handling block devices.
* [`block-device-adapters`]: Helpers for dealing with block devices and partitions.
* [`sdspi`]: A SPI SD card driver.
[ `embedded-fatfs` ]: https://crates.io/crates/embedded-fatfs
[ `block-device-driver` ]: https://crates.io/crates/block-device-driver
[ `block-device-adapters` ]: https://crates.io/crates/block-device-adapters
[ `sdspi` ]: https://crates.io/crates/sdspi
## Examples
Examples that can be run on your host machine are found in each crates `examples` folder. For full embedded examples, see the `examples` directory at the root of the repository.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.