feat(drv): Implement Arduino SD driver (#5968)

This commit is contained in:
GoT
2024-04-18 15:06:17 +02:00
committed by GitHub
parent 01a98d9071
commit d0436fbb59
13 changed files with 289 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ LVG has built in support for:
- MEMFS (read a file from a memory buffer)
- LITTLEFS (a little fail-safe filesystem designed for microcontrollers)
- Arduino ESP LITTLEFS (a little fail-safe filesystem designed for Arduino ESP)
- Arduino SD (allows for reading from and writing to SD cards)
You still need to provide the drivers and libraries, this extension
provides only the bridge between FATFS, STDIO, POSIX, WIN32 and LVGL.