Skip to content
Snippets Groups Projects

SD card support

Merged q3k requested to merge q3k/sd-card-support into main
All threads resolved!
4 files
+ 433
0
Compare changes
  • Side-by-side
  • Inline
Files
4
  • abf62d11
    st3m/fs_sd: implement · abf62d11
    q3k authored
    This is a first-pass implementation of an SD card driver, implementing
    both low-level block-based access and mounting to VFS.
@@ -19,6 +19,7 @@ idf_component_register(
st3m_tar.c
st3m_fs.c
st3m_fs_flash.c
st3m_fs_sd.c
INCLUDE_DIRS
.
REQUIRES
Loading