FatFs-based implementation of the StorageManager interface for SD card access. More...
#include <string>#include <vector>#include <functional>#include <cstdint>#include "StorageManager.h"#include "FreeRTOS.h"#include "semphr.h"
Include dependency graph for FatFsStorageManager.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FatFsStorageManager |
| Concrete implementation of StorageManager using FatFs. More... | |
Part of the PicoFramework application framework. Wraps FreeRTOS and ff_stdio calls to provide thread-safe file and directory access. Designed for embedded use on platforms such as Raspberry Pi Pico with SD card support.
Definition in file FatFsStorageManager.h.