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.
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.
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.